mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49: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