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 handle python pathing not having a python 2.x in /usr/bin/python on a remote machine?
List some advantages of using ansible.
Does ansible support aws?
How to install ansible?
Where does the configuration file live and what can I configure in it?
How would you install ansible on a centos system?
Explain different modules in ansible.
What is the way to access shell environment variables in ansible?
How do I access shell environment variables?
When should I use {{ }}?
How can you access a list of ansible_variables?
How to access a variable of the first host in a group?