Have you worked with ansible before? Please share your experience.
Answer Posted / 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 |
Post New Answer View All Answers
What is the way to access shell environment variables in ansible?
How can one generate encrypted passwords for the user module?
How can you access a list of ansible_variables?
Can you copy files recursively onto a target host? If yes, how?
Is there a web interface / rest api / etc?
What is ansible role and how are they different from the playbook?
What is the ask_pass module in ansible?
How to access a variable of the first host in a group?
What is ci/cd?
What is the difference between a variable name and an environment variable?
Have you worked with ansible before? Please share your experience.
How can I set the path or any other environment variable for a task or entire playbook?
What is ansible tower?
How to install ansible?
Is it unsafe to bulk-set task arguments from a variable?