|
7 anni fa | |
---|---|---|
.. | ||
defaults | 7 anni fa | |
tasks | 7 anni fa | |
README.md | 7 anni fa |
Ansible role to create an aws security groups
Ansible Modules:
r_openshift_aws_sg_type: master|infra|compute ```yaml
default: name: "{{ r_openshift_aws_sg_clusterid }}" desc: "{{ r_openshift_aws_sg_clusterid }} default" rules:
- name: create security groups for master
include_role:
name: openshift_aws_sg
vars:
r_openshift_aws_sg_clusterid: mycluster
r_openshift_aws_sg_region: us-east-1
r_openshift_aws_sg_type: master
Apache 2.0
Openshift