Is there a web interface / rest api / etc?
Answer / 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 |
What are playbooks in ansible?
Can you write a simple playbook to install nginx on a host machine?
How to keep secret data in a playbook?
What is ansible task?
Desired to gain proficiency on ansible?
What is the use of ansible vaults?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
How do I speed up management inside ec2?
How do I access shell environment variables?
How would you install ansible on a centos system?
What’s the use of ansible?
How do I configure a jump host to access servers that I have no direct access to?