Answer Posted / 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 |
Post New Answer View All Answers
When should I use {{ }}?
What is ansible galaxy?
How can you connect other devices within ansible?
What features does the ansible tower provide?
How does ansible work?
What are the different components of ansible? Explain ansible architecture.
Can you copy files recursively onto a target host? If yes, how?
How would you access a variable of the first host in a group?
How can you access a list of ansible_variables?
How ansible different from the playbook?
What is ansible and what makes it stand out from the rest of the configuration management tools?
Can you write a simple playbook to install nginx on a host machine?
Can you build your own modules with ansible?
What is ansible tower?
What is the method to check the inventory vars defined for the host?