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