init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
23
technology/tools/Ansible/Ansible.md
Normal file
23
technology/tools/Ansible/Ansible.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue