fix security group names
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
54b40174ab
commit
2485286afb
1 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@
|
|||
- name: "Create 'keygen-persistent' security group"
|
||||
os_security_group:
|
||||
state: "present"
|
||||
name: 'keygen-persistent'
|
||||
name: 'keygen-persistent-{{item}}'
|
||||
cloud: "{{ os_cloud }}"
|
||||
description: "rules for copr-keygen"
|
||||
project: "persistent"
|
||||
|
@ -495,7 +495,7 @@
|
|||
- name: "Create 'fedmsg-relay-persistent' security group"
|
||||
os_security_group:
|
||||
state: "present"
|
||||
name: 'fedmsg-relay-persistent'
|
||||
name: 'fedmsg-relay-persistent-{{item}}'
|
||||
cloud: "{{ os_cloud }}"
|
||||
description: "allow incoming 2003 and 4001 from internal network"
|
||||
project: "{{item}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue