these instances need port 80 and 443 allowed as well

This commit is contained in:
Kevin Fenzi 2018-07-09 18:28:19 +00:00
parent 996bb410fb
commit 2cf15dcb7d
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
image: CentOS-7-x86_64-GenericCloud-1503
instance_type: m1.medium
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,default,web-443-anywhere-persistent
zone: nova
tcp_ports: [22,80,443]

View file

@ -2,7 +2,7 @@
image: CentOS-7-x86_64-GenericCloud-1503
instance_type: m1.medium
keypair: fedora-admin-20130801
security_group: ssh-anywhere-persistent,all-icmp-persistent,default
security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,default,web-443-anywhere-persistent
zone: nova
tcp_ports: [22,80,443]