How Ansible Modules Work
How Ansible Modules Work
Execution Flow:
whenever you execute a playbook or run an ad-hoc command
2. Ansible copies the module to the target host
3. The module executes on the remote system
4. Results are returned to the Ansible control node
2. Ansible copies the module to the target host
3. The module executes on the remote system
4. Results are returned to the Ansible control node
Comments
Post a Comment