Join us to learn more from a community of collaborative experts and IBM Cloud product users to share advice and best practices with peers and stay up to date regarding product enhancements, regional user group meetings, webinars, how-to blogs, and other helpful materials.
The foundation of Ansible Tower is an Open Source AWX project. The core open-source Ansible configuration management platform is now also being extended with the new Ansible Engine product, which will provide additional support capabilities to enterprises.
Prerequisites:
Edit the inventory file and fill in the relevant values. Create the awx and automationhub databases in PostgreSQL.Run the setup script to install Ansible Tower. Once completed you will see a success message as below. Verify the necessary tables that are created in the awx database.Login into the Ansible Tower console with the URL http://<<Host_IP_Address>> using credentials admin/hadoop@123 where admin is the standard user id and password is what we set in the inventory file before starting the installation.
Copy