Answer Posted / 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 |
Post New Answer View All Answers
How should one configure a jump host to access servers that I have no direct access to?
Explain the concept behind infrastructure as code (iac).
How do I set the path or any other environment variable for a task?
How can you access a list of ansible_variables?
What are playbooks in ansible?
How do I generate crypted passwords for the user module?
How can you create a lamp stack and deploy a webpage by using ansible?
Can you build your own modules with ansible?
How can you connect other devices within ansible?
What are the advantages of ansible?
What is the way to access shell environment variables in ansible?
Explain different modules in ansible.
Is it possible to build our modules in ansible?
Does ansible support aws?
How can I set the path or any other environment variable for a task or entire playbook?