#devops
-
ansible-playbook Options: Flags That Change a Run
A working reference to ansible-playbook flags for scope, preview, task selection and diagnostics, with the check-mode and precedence traps that bite.
-
Ansible Strategies: linear vs free vs host_pinned
Compare Ansible's linear, free, and host_pinned strategies: execution order, tradeoffs, forks, serial, and when each strategy fits.
-
Ansible Inventory: Groups, Variables, and Patterns
How to structure an Ansible inventory: group hierarchies, where variables belong, how same-level groups merge, and the pattern syntax that scopes a run.
-
Ansible Playbook Execution: Forks and Idempotence
How Ansible's agentless model executes a playbook, what the fork count really limits, why idempotence is a discipline, and where Vault secrets belong.