|
%!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
defaults | %!s(int64=7) %!d(string=hai) anos | |
tasks | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos |
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