Answer Posted / Prem Kumar Sharma
Ansible itself does not provide a web interface, REST API, or any other type of management interface out-of-the-box. Ansible is designed as a configuration management tool for managing your infrastructure using scripts and the command line.nHowever, there are third-party solutions that integrate with Ansible to create web interfaces or APIs, such as AWX (Ansible Tower) and Capistrano.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can looping be done over a list of hosts in a group, inside of a template?
How ansible works?
How to access a variable of the first host in a group?
Give a comparison between ansible and puppet.
How is ansible used in a continuous delivery pipeline? Explain.
When to use {{}} ? How to interpolate variables or dynamic variable names?
What is the use of ansible vaults?
How can one interpolate variables or dynamic variable names?
How do I access shell environment variables?
What is ansible role and how are they different from the playbook?
What is the method to check the inventory vars defined for the host?
Can you write a simple playbook to install nginx on a host machine?
What are ad-hoc commands? Give an example.
What is ansible galaxy?
How can you speed up management inside in ec2?