Answer Posted / Kunjan Bharti
Ansible offers several benefits, including: 1) Agentless architecture - Ansible does not require an agent to be installed on managed hosts. 2) Simplicity - Ansible uses a simple syntax and requires minimal configuration. 3) Speed - Ansible executes tasks quickly compared to other configuration management tools. 4) Idempotency - Ansible ensures that every run results in the same state, even if runs are intermittent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where does the configuration file live and what can I configure in it?
What is the way to access shell environment variables in ansible?
Enlist the differences between variable name and environment variables.
How would you access a variable of the first host in a group?
How can you handle different machines needing different user accounts or ports to log in with?
How do I write an ansible handler with multiple tasks?
What are the different components of ansible?
Can you build your own modules with ansible?
Explain callback_plugin in ansible?
How do I access shell environment variables?
How can I display all the inventory vars defined for my host?
How to generate crypto passwords for the user module?
How is ansible different from puppet?
What is ansible tower?
What does fact mean in ansible?