Open web ports on commops.fedorainfracloud.org, #6687
This commit is contained in:
parent
a4096ccd0d
commit
40df3ce04a
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
image: "{{ fedora27_x86_64 }}"
|
||||
instance_type: m1.medium
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,all-icmp-persistent,default
|
||||
zone: nova
|
||||
tcp_ports: [22]
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: commops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue