How to think in Ansible
- Given any task, list down all the steps
- In Ansible you need express them with Desired State
- For that we start with Playbook (YAML File)
- Each Step ~> task in ansible playbook
- In Ansible, Task are executed by Modules
- Modules are atomic units of Ansible which perform execution/automation.
- In Ansible There are loads of modules. Refer Here