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