Modules¶
If Core Concepts: Modules covered the mental model — check-then-act, FQCNs — this section is the reference: which module to reach for, and the decision trees that make the choice mechanical instead of a guess.
Read in this order¶
- Command vs. Shell vs. Raw vs. Script — the comparison every Ansible engineer needs memorized
- Module Decision Trees — copy vs. template, import vs. include, and more, as flowcharts
- File, Package, Service, and User Modules
- URI and API Automation
- Collections Catalog — beyond
ansible.builtin: cloud, network, database, and container modules by domain
Next¶
Continue to Playbook Engineering.