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


Comments

Popular posts from this blog

Top 10 Git Commands

Kubernetes cluster setup NOTES step by step using minikube

SonarQube Installation & Configuration Step by step