Skip to content

Instantly share code, notes, and snippets.

@psachin
Created May 23, 2017 14:12
Show Gist options
  • Save psachin/bd8574ce5444c11eab95319433fd8443 to your computer and use it in GitHub Desktop.
Save psachin/bd8574ce5444c11eab95319433fd8443 to your computer and use it in GitHub Desktop.
inventory file for ansible-tower-setup-3.1.3
[tower]
localhost ansible_connection=local
[database]
[all:vars]
admin_password='admin'
pg_host=''
pg_port=''
pg_database='awx'
pg_username='awx'
pg_password='awx'
rabbitmq_port=5672
rabbitmq_vhost=tower
rabbitmq_username=tower
rabbitmq_password='tower'
rabbitmq_cookie=cookiemonster
# Needs to be true for fqdns and ip addresses
rabbitmq_use_long_name=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment