add ssh-anywhere security group
This commit is contained in:
parent
efdf0072aa
commit
7ab68385ad
1 changed files with 19 additions and 0 deletions
|
@ -432,3 +432,22 @@
|
|||
router_name="ext-to-scratch"
|
||||
subnet_name="scratch-subnet"
|
||||
|
||||
|
||||
|
||||
################
|
||||
# Copr
|
||||
# ##############
|
||||
- name: Copr - Create 'ssh-anywhere' security group
|
||||
neutron_sec_group:
|
||||
login_username="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin"
|
||||
state=present
|
||||
description="allow ssh from anywhere"
|
||||
tenant_name=copr
|
||||
rules:
|
||||
- direction: "ingress"
|
||||
port_range_min: "22"
|
||||
port_range_max: "22"
|
||||
ethertype: "IPv4"
|
||||
protocol: "tcp"
|
||||
remote_ip_prefix: "0.0.0.0/0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue