Created
May 23, 2017 14:12
-
-
Save psachin/bd8574ce5444c11eab95319433fd8443 to your computer and use it in GitHub Desktop.
inventory file for ansible-tower-setup-3.1.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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