What is ansible?
Answer / Soni
Ansible is an open-source automation tool for configuring and managing IT infrastructure. It enables users to describe the desired state of their systems in human-readable playbooks, which can be used to configure servers, deploy applications, or automate repetitive tasks. Ansible uses SSH as its primary transport mechanism and operates without a centralized management server, making it easy to scale across large environments.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I loop over a list of hosts in a group, inside of a template?
How do I handle python pathing not having a python 2.x in /usr/bin/python on a remote machine?
Explain different modules in ansible.
What is ansible role?
Explain in detail about ad-hoc command?
How do I set the path or any other environment variable for a task?
Give a comparison between ansible and puppet.
What is ci/cd?
What is the best way to make content reusable/redistributable?
How do I configure a jump host to access servers that I have no direct access to?
Explain what are playbooks in ansible? Explain with some examples.
Describe your newsletter ansible and who it’s aimed at.