macOS
brew install ansible-language-serverlocal Homebrew formula metadata
brew
Language Server for Ansible Files. Version 26.6.0 via Homebrew; verified 2026-06-02.
install
brew install ansible-language-serverlocal Homebrew formula metadata
nix profile install nixpkgs#ansible-language-servernixpkgs package indexes · ansible-language-server · source: raw.githubusercontent.com
overview
Language Server for Ansible Files
history
Ansible Language Server is the LSP server used by editor integrations to provide Ansible-aware syntax highlighting, validation, linting, completion, documentation references, and navigation.
The separate ansible-language-server repository now states that the codebase is included in the Ansible VS Code Extension repository. The active source repository for the Homebrew formula is therefore ansible/vscode-ansible.
The language server is documented as a reusable server rather than only a VS Code internals package. Its docs say it is used by the Ansible extension for VS Code/Codium, Vim/Neovim integrations, and Emacs LSP clients, and that releases are published to npm.
The project follows the wider editor shift toward Language Server Protocol support: instead of every editor implementing Ansible-specific YAML behavior independently, the server centralizes Ansible semantics and lets multiple editors consume them.
Homebrew packaging makes the NPM-published language server easy to install as a standalone executable for editors such as Neovim or Emacs, where users often wire language servers by path.
In practice, users rarely run the language server directly unless configuring an editor. The server is launched by editor clients and uses the local Ansible tooling stack to provide validation, linting, completion, and documentation lookup for playbooks, roles, and collections.
For VS Code users it is bundled into the Red Hat Ansible extension experience; for terminal-editor users, the packaged `ansible-language-server` executable is the useful artifact.
This package is a nice example of a GUI-adjacent tool becoming a standalone CLI dependency. Although born from editor integration, the language server is valuable to package managers because LSP tooling expects real executables discoverable on PATH.
Its migration into the vscode-ansible repository is also notable: the source tree is unified with the main extension, while the language server remains separately releasable and packageable.
security posture
No matching local secret-handling manifest was found for ansible-language-server. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ansible-language-server | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ansible/vscode-ansible
install metadata
| Package key | brew:ansible-language-server |
|---|---|
| Version | 26.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ansible-language-server |
| Homepage | https://github.com/ansible/vscode-ansible |
| Repository | https://github.com/ansible/vscode-ansible |
| Upstream docs | https://docs.ansible.com/projects/vscode-ansible/als |
| License | MIT |
| Source archive | https://registry.npmjs.org/@ansible/ansible-language-server/-/ansible-language-server-26.6.0.tgz |
| Last updated | 2026-06-02T13:00:20Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ansible-language-server |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ansible-language-server
nix profile install nixpkgs#ansible-language-serversource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.