Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
d0476bef
Commit
d0476bef
authored
Sep 24, 2014
by
e0d
Committed by
Feanil Patel
May 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding tags to sec groups
parent
de47bf27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
playbooks/edx-east/edx_service.yml
+5
-3
No files found.
playbooks/edx-east/edx_service.yml
View file @
d0476bef
...
...
@@ -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
}}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment