24 lines
820 B
Markdown
24 lines
820 B
Markdown
|
---
|
||
|
obj: application
|
||
|
website: https://www.ansible.com
|
||
|
repo: https://github.com/ansible/ansible
|
||
|
---
|
||
|
|
||
|
# Ansible
|
||
|
#wip #🐇
|
||
|
Ansible is an open-source automation tool that simplifies configuration management, application deployment, and task automation.
|
||
|
|
||
|
## Inventory
|
||
|
-> https://docs.ansible.com/ansible/latest/inventory_guide/index.html
|
||
|
|
||
|
## Command Line Tools
|
||
|
-> https://docs.ansible.com/ansible/latest/command_guide/index.html
|
||
|
|
||
|
## Playbooks
|
||
|
-> https://docs.ansible.com/ansible/latest/playbook_guide/index.html
|
||
|
|
||
|
See [Ansible Filters](filters/Ansible%20Filters.md), [Ansible Lookup Plugins](lookups/Ansible%20Lookup%20Plugins.md), [Ansible Modules](modules/Ansible%20Modules.md), [Ansible Test Plugins](tests/Ansible%20Test%20Plugins.md).
|
||
|
|
||
|
## Ansible Vault
|
||
|
-> https://docs.ansible.com/ansible/latest/vault_guide/index.html
|