Skip to content
Snippets Groups Projects
Commit f9309d30 authored by Chris Hines's avatar Chris Hines
Browse files

fix the secgroup

parent d22783bd
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
......@@ -51,6 +51,12 @@
security_group: "{{ project_name}}-secgroup"
remote_group: "{{ project_name}}-secgroup"
protocol: "icmp"
- openstack.cloud.security_group_rule:
security_group: "{{ project_name}}-secgroup"
remote_ip_prefix: "0.0.0.0/0"
protocol: "tcp"
port_range_min: 22
port_range_max: 22
- name: debug subnet
debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment