Book Image

Learning Ansible

By : Madhurranjan Mohaan, Ramesh Raithatha
Book Image

Learning Ansible

By: Madhurranjan Mohaan, Ramesh Raithatha

Overview of this book

<p>Automation includes provisioning new servers, making sure the servers adhere to their role and maintain the desired state from a configuration perspective, and orchestrating various actions across environments and deploying code as expected to all these servers. This is where Ansible steps in. It is secure, highly reliable, and minimalistic in nature. It automates configuration management, application deployment, and many other IT needs.</p> <p>Learning Ansible will equip you with the necessary skills to automate/improve your infrastructure from a configuration management perspective. You will also be able to use Ansible for one-click deployments, provisioning, and orchestrating your infrastructure.</p>
Table of Contents (16 chapters)
Learning Ansible
Credits
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Ansible Tower


Ansible Tower is a web-based GUI developed by Ansible. Ansible Tower provides you with an easy-to-use dashboard to manage your nodes and role-based authentication to control access to your Ansible Tower dashboard. You can use LDAP or Active Directory to manage your users with Ansible Tower. Apart from the dashboard and role-based authentication, Ansible Tower also provides a built-in REST API, job scheduling, graphical inventory management, job status updates, and so on.

Ansible Tower is not freely available; you need to pay, depending on the number of nodes you want to manage. At the time of writing of this book, Ansible provided a free copy of Ansible Tower for 10 nodes. For more details, visit the Ansible Tower website at http://www.ansible.com/tower and the user guide is available at http://releases.ansible.com/ansible-tower/docs/tower_user_guide-latest.pdf.