add ssh-anywhere security group

This commit is contained in:
Miroslav Suchý 2014-09-22 09:40:44 +00:00
parent efdf0072aa
commit 7ab68385ad

View file

@ -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"