use different syntax
which allow me to use inner "rules"
This commit is contained in:
parent
7ab68385ad
commit
5cc523f862
1 changed files with 5 additions and 3 deletions
|
@ -439,10 +439,12 @@
|
||||||
# ##############
|
# ##############
|
||||||
- name: Copr - Create 'ssh-anywhere' security group
|
- name: Copr - Create 'ssh-anywhere' security group
|
||||||
neutron_sec_group:
|
neutron_sec_group:
|
||||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
login_username: "admin"
|
||||||
state=present
|
login_password: "{{ ADMIN_PASS }}"
|
||||||
|
login_tenant_name: "admin"
|
||||||
|
state: "present"
|
||||||
description="allow ssh from anywhere"
|
description="allow ssh from anywhere"
|
||||||
tenant_name=copr
|
tenant_name: "copr"
|
||||||
rules:
|
rules:
|
||||||
- direction: "ingress"
|
- direction: "ingress"
|
||||||
port_range_min: "22"
|
port_range_min: "22"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue