List some advantages of using ansible.
Answer / 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 |
Talk about ansible architecture.
When should I use {{ }}?
Does ansible support hardware provisioning?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
How do I access a variable of the first host in a group?
How would you access a variable of the first host in a group?
How does configuration management is help an organization?
How do I write an ansible handler with multiple tasks?
What is ansible task?
What are playbooks in ansible?
What are the advantages of ansible?
Explain the concept behind infrastructure as code (iac).