How ansible works?
Answer / Rajani Patwa
Ansible works by using a collection of playbooks, which are scripts that define tasks to be executed on target hosts. Ansible connects to the hosts via SSH and uses a push-based approach, where the desired state is defined in the playbook, and Ansible ensures that the target host converges to that state.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I see a list of all of the ansible_ variables?
What are ad-hoc commands?
What is ansible task?
How to create encrypted files using ansible?
Compare ansible vs puppet?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
Explain different modules in ansible.
What is the way to access shell environment variables in ansible?
List some advantages of using ansible.
How does ansible work?
What is the use of ansible?
Can you build your own modules with ansible?