Have you worked with ansible before? Please share your experience.
Answer / Swarn Singh
I have no personal experience, but I can provide you some insights based on common usage. Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It uses a declarative language (YAML) for defining automation jobs in playbooks. Users find it easy to learn and use due to its simplicity and the fact that it doesn't require any agents on managed nodes. However, Ansible might not be suitable for complex tasks or large-scale deployments as it can become slow and resource-intensive.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to keep secret data in a playbook?
Why are you attracted to science and science fiction?
Explain callback_plugin in ansible?
What features does the ansible tower provide?
What is ci/cd?
How can you connect other devices within ansible?
Explain a few of the basic terminologies or concepts in ansible.
What are ad-hoc commands? Give an example.
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
What are the different components of ansible? Explain ansible architecture.
How can you create a lamp stack and deploy a webpage by using ansible?
How do I handle different machines needing different user accounts or ports to log in with?