mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 15:59:56 +00:00
129 B
129 B
Ansible Rules
- Prefer modules over shell
- Keep tasks idempotent
- Use group_vars and host_vars properly
- Avoid duplication