ansible
Installation
SKILL.md
Ansible Workflow
Tool Grid
| Task | Tool | Command |
|---|---|---|
| Lint | ansible-lint | ansible-lint |
| YAML lint | yamllint | yamllint . |
| Syntax check | ansible | ansible-playbook --syntax-check |
| Dry run | ansible | ansible-playbook --check |
| Run | ansible | ansible-playbook playbook.yml |
| Test roles | molecule | molecule test |
| Encrypt | sops | sops -e secrets.yml |
| Decrypt | sops | sops -d secrets.yml |