summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Miller <admiller@redhat.com>2016-02-08 15:00:14 +0000
committerAdam Miller <admiller@redhat.com>2016-02-08 15:00:14 +0000
commit768d0edd4434fc40f2b21b25f3fbef53d08a20ed (patch)
tree3fe4d82f3a899dd8955f364b88599bd626e534e5
parent18b11b2e7b7445c97dd7345af8d4bcd0cca3822f (diff)
downloadansible-768d0edd4434fc40f2b21b25f3fbef53d08a20ed.tar.gz
ansible-768d0edd4434fc40f2b21b25f3fbef53d08a20ed.tar.xz
ansible-768d0edd4434fc40f2b21b25f3fbef53d08a20ed.zip
osbs-dev: add 8443 security group
-rw-r--r--inventory/host_vars/osbs-dev.fedorainfracloud.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/osbs-dev.fedorainfracloud.org b/inventory/host_vars/osbs-dev.fedorainfracloud.org
index a2ebff46a..4644ff1ef 100644
--- a/inventory/host_vars/osbs-dev.fedorainfracloud.org
+++ b/inventory/host_vars/osbs-dev.fedorainfracloud.org
@@ -2,9 +2,9 @@
image: "{{ fedora23_x86_64 }}"
instance_type: m1.medium
keypair: fedora-admin-20130801
-security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default
+security_group: ssh-anywhere-persistent,web-8443-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default
zone: nova
-tcp_ports: [22, 80, 443]
+tcp_ports: [22, 80, 443, 8443]
inventory_tenant: persistent
inventory_instance_name: osbs-dev