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