How to Setup The Inventory File For Standalone Ansible Tower Installation ?

Updated -

Following are few examples of inventory file for doing an standalone Ansible Tower <=3.6 installation.

1.) If you are using localhost as the Ansible Tower hostname and running the installer as root user:

[tower]
localhost ansible_connection=local

[database]

[all:vars]
admin_password='password'

pg_host=''
pg_port=''

pg_database='awx'
pg_username='awx'
pg_password='p...

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content