summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/ansible-tower/vars.ops
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-02-13 09:50:35 -0500
committerMatt Woodson <mwoodson@redhat.com>2015-02-13 09:50:35 -0500
commit71c0c0c6d3dd2b3360604b118b496107b0f76d37 (patch)
treea59f17f686b03f2f614552ed0de28708f68f7793 /playbooks/aws/ansible-tower/vars.ops
parentaafbcce3605b7f992ba4b73d67286dbb40461baa (diff)
downloadopenshift-71c0c0c6d3dd2b3360604b118b496107b0f76d37.tar.gz
openshift-71c0c0c6d3dd2b3360604b118b496107b0f76d37.tar.bz2
openshift-71c0c0c6d3dd2b3360604b118b496107b0f76d37.tar.xz
openshift-71c0c0c6d3dd2b3360604b118b496107b0f76d37.zip
added initial tower configs
Diffstat (limited to 'playbooks/aws/ansible-tower/vars.ops')
-rw-r--r--playbooks/aws/ansible-tower/vars.ops9
1 files changed, 9 insertions, 0 deletions
diff --git a/playbooks/aws/ansible-tower/vars.ops b/playbooks/aws/ansible-tower/vars.ops
new file mode 100644
index 000000000..feb5d786a
--- /dev/null
+++ b/playbooks/aws/ansible-tower/vars.ops
@@ -0,0 +1,9 @@
+---
+oo_env_long: operations
+oo_zabbix_hostgroups: ['OPS Environment']
+oo_vpc_subnet_id: subnet-4f0bdd38 # USE OPS
+oo_assign_public_ip: yes
+oo_security_group_ids:
+ - sg-02c2f267 # Libra (vpc)
+ - sg-7fc4f41a # ops (vpc)
+ - sg-4dc26829 # ops_tower (vpc)