these instances need port 80 and 443 allowed as well
This commit is contained in:
parent
996bb410fb
commit
2cf15dcb7d
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue