Answer Posted / Omendra Yadav
1. Simple Configuration: Ansible playbooks are written in YAML, a human-readable format, making them easy to write and understand.n2. Idempotency: Ansible ensures that commands are executed only once, even if the playbook is run multiple times.n3. Agentless: Ansible does not require an agent on managed nodes, reducing overhead and complexity.n4. Scalability: Ansible can manage a large number of hosts efficiently.n5. Versatility: Ansible can be used for configuration management, application deployment, and orchestration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you install ansible on a centos system?
What are the ansible modules?
How can I display all the inventory vars defined for my host?
How to install ansible?
Talk about ansible architecture.
When to use {{}} ? How to interpolate variables or dynamic variable names?
What is ansible?
What is the best way to make content reusable/redistributable?
When should you test playbooks and roles?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
What does fact mean in ansible?
Explain the concept behind infrastructure as code (iac).
How do I speed up management inside ec2?
What are ansible vaults and why are they used?
Is it possible to build our modules in ansible?