copr-dist-git: add web-443-anywhere-persistent security group to the hosts
* also update tcp_ports on host level
This commit is contained in:
parent
ca07181406
commit
19cf6e4c00
3 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@ instance_type: ms1.small
|
|||
image: "{{ fedora27_x86_64 }}"
|
||||
#image: rhel7-20141015
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
hostbase: copr-dist-git-dev-
|
||||
public_ip: 209.132.184.179
|
||||
root_auth_users: ryanlerch pingou msuchy dturecek frostyx clime
|
||||
description: dist-git for copr service - dev instance
|
||||
tcp_ports: [22, 80]
|
||||
tcp_ports: [22, 80, 443]
|
||||
# volumes: copr-dist-git-dev
|
||||
volumes: [ {volume_id: '64f21445-d758-4b19-8401-e497cd0ae012', device: '/dev/vdc'} ]
|
||||
inventory_tenant: persistent
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
instance_type: ms1.small
|
||||
image: "{{ fedora27_x86_64 }}"
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
hostbase: copr-dist-git-stg-
|
||||
public_ip: 209.132.184.57
|
||||
root_auth_users: ryanlerch pingou msuchy dturecek frostyx clime
|
||||
description: dist-git for copr service - stg instance
|
||||
tcp_ports: [22, 80]
|
||||
tcp_ports: [22, 80, 443]
|
||||
# volumes: copr-dist-git-stg
|
||||
volumes: [ {volume_id: '0cb506b9-3931-47fa-b6d3-a0ad2614f221', device: '/dev/vdc'} ]
|
||||
inventory_tenant: persistent
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
instance_type: ms1.medium.bigswap
|
||||
image: "{{ fedora27_x86_64 }}"
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
hostbase: copr-dist-git
|
||||
public_ip: 209.132.184.163
|
||||
root_auth_users: msuchy clime frostyx
|
||||
description: dist-git for copr service - prod instance
|
||||
tcp_ports: [22, 80]
|
||||
tcp_ports: [22, 80, 443]
|
||||
# volumes: copr-dist-git, copr-dist-git-log
|
||||
volumes: [ {volume_id: '98b038a4-1695-432b-bb80-d5d9440c94df', device: '/dev/vdc'}, {volume_id: 'e712828f-998f-49aa-85a6-aeb42a7d1843', device: '/dev/vdd'} ]
|
||||
inventory_tenant: persistent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue