Commit d0476bef by e0d Committed by Feanil Patel

adding tags to sec groups

parent de47bf27
......@@ -17,23 +17,25 @@
policies: "{{ role_policies }}"
- name: Manage ELB security group
ec2_group_1.7.1:
ec2_group_devel:
profile: "{{ profile }}"
description: "{{ elb_security_group.description }}"
name: "{{ elb_security_group.name }}"
vpc_id: "{{ vpc_id }}"
region: "{{ aws_region }}"
rules: "{{ elb_security_group.rules }}"
tags: "{{ elb_security_group.tags }}"
register: elb_sec_group
- name: Manage service security group
ec2_group_1.7.1:
ec2_group_devel:
profile: "{{ profile }}"
description: "{{ service_security_group.description }}"
name: "{{ service_security_group.name }}"
vpc_id: "{{ vpc_id }}"
region: "{{ aws_region }}"
rules: "{{ service_security_group.rules }}"
tags: "{{ service_security_group.tags }}"
register: service_sec_group
- name: Manage ACLs
......@@ -151,7 +153,7 @@
register: asg
- name: Manage scaling policies
ec2_scaling_policy_1.8:
ec2_scaling_policy_devel:
state: "{{ item.state }}"
profile: "{{ item.profile }}"
region: "{{ item.region }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment