Skip to content

Commit 2ca58d6

Browse files
author
Christopher M. Neill
committed
rename http_service to web, added rules for Navi.
1 parent 5358bd1 commit 2ca58d6

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

ansible/roles/aws_security_groups/templates/api.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
"UserId": "{{ aws_accountid }}",
3131
"GroupId": "{{ sgid_api }}"
3232
},
33-
{
34-
"UserId": "{{ aws_accountid }}",
35-
"GroupId": "sg-d03671b4"
36-
},
3733
{
3834
"UserId": "{{ aws_accountid }}",
3935
"GroupId": "{{ sgid_docks }}"
@@ -81,10 +77,6 @@
8177
"UserId": "{{ aws_accountid }}",
8278
"GroupId": "{{ sgid_api }}"
8379
},
84-
{
85-
"UserId": "{{ aws_accountid }}",
86-
"GroupId": "sg-d03671b4"
87-
},
8880
{
8981
"UserId": "{{ aws_accountid }}",
9082
"GroupId": "{{ sgid_docks }}"
@@ -106,10 +98,6 @@
10698
"UserId": "{{ aws_accountid }}",
10799
"GroupId": "{{ sgid_api }}"
108100
},
109-
{
110-
"UserId": "{{ aws_accountid }}",
111-
"GroupId": "sg-d03671b4"
112-
},
113101
{
114102
"UserId": "{{ aws_accountid }}",
115103
"GroupId": "{{ sgid_docks }}"

ansible/roles/aws_security_groups/templates/hipache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
{
4242
"UserId": "{{ aws_accountid }}",
43-
"GroupId": "{{ sgid_http_service }}"
43+
"GroupId": "{{ sgid_web }}"
4444
},
4545
{
4646
"UserId": "{{ aws_accountid }}",

ansible/roles/aws_security_groups/templates/http-service.json renamed to ansible/roles/aws_security_groups/templates/web.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"GroupName": "{{ env_lc }}-http-service",
6767
"VpcId": "{{ vpc_id }}",
6868
"OwnerId": "{{ aws_accountid }}",
69-
"GroupId": "{{ sgid_http_service }}"
69+
"GroupId": "{{ sgid_web }}"
7070
}
7171
]
7272
}

0 commit comments

Comments
 (0)