diff options
author | Matt Woodson <mwoodson@redhat.com> | 2015-02-17 16:41:48 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2015-02-17 16:41:48 -0500 |
commit | 8120628e5a4f913e770851c1a3172126d79695fc (patch) | |
tree | 7fba24a7a0a055eb02826221d14070cb4eddb376 /roles/ansible_tower/files | |
parent | 57e489934ab7d6d895f7e4df1def3f9170773fa1 (diff) | |
download | openshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.gz openshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.bz2 openshift-8120628e5a4f913e770851c1a3172126d79695fc.tar.xz openshift-8120628e5a4f913e770851c1a3172126d79695fc.zip |
ansible tower install
Diffstat (limited to 'roles/ansible_tower/files')
-rw-r--r-- | roles/ansible_tower/files/inventory | 5 | ||||
-rw-r--r-- | roles/ansible_tower/files/tower_setup_conf.yml | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/roles/ansible_tower/files/inventory b/roles/ansible_tower/files/inventory new file mode 100644 index 000000000..c4f03c7fb --- /dev/null +++ b/roles/ansible_tower/files/inventory @@ -0,0 +1,5 @@ +[primary] +localhost + +[all:children] +primary diff --git a/roles/ansible_tower/files/tower_setup_conf.yml b/roles/ansible_tower/files/tower_setup_conf.yml new file mode 100644 index 000000000..023e6cd3e --- /dev/null +++ b/roles/ansible_tower/files/tower_setup_conf.yml @@ -0,0 +1,10 @@ +admin_password: Wd97YLJkqt0Z +database: external +munin_password: Wd97YLJkqt0Z +pg_database: tower +pg_host: use-tower1.cx5dyo4uindu.us-east-1.rds.amazonaws.com +pg_password: qG3JwuXb6uXi +pg_port: 5432 +pg_username: tower_admin +primary_machine: localhost +redis_password: wbTneuaKu4YSLSmWqCYVQaB83bREadRg8HRvNJX4 |