> For the complete documentation index, see [llms.txt](https://notes.mikaelsamvelian.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.mikaelsamvelian.com/devops-knowledge/configuration-management/ansible.md).

# Ansible

Ansible is an open-source configuration management, application deployment and provisioning tool that uses its own declarative language in YAML.

Ansible is agentless, meaning you only need remote connections in order for it to function.

[**Official Documentation**](https://docs.ansible.com/)
