Skip to content

Commit f507c77

Browse files
author
Christopher M. Neill
committed
1) fix hostnames for delta mongo, 2) re-add AWS credentials, 3) permit icmp from mongo to mongo for testing
1 parent 91d1f18 commit f507c77

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

ansible/delta-hosts/hosts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ delta-hipache httpsCheckForBackend80=false prependIncomingPort=true subDomainDep
66
delta-userland-hipache domain=runnableapp.com httpsCheckForBackend80=true prependIncomingPort=true subDomainDepth=3
77

88
[mongodb]
9-
delta-mongo-us-west-2a
10-
delta-mongo-us-west-2b
11-
delta-mongo-us-west-2c
9+
delta-mongo-a
10+
delta-mongo-b
11+
delta-mongo-c
1212

1313
[neo4j]
1414
delta-neo4j

ansible/group_vars/ec2_sg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
app_name: "ec2"
33
git_branch: "null"
4+
aws_access_key: "AKIAIB3IJCCJZQWQMVSQ"
5+
aws_secret_key: "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"

ansible/roles/ec2/sg_configure/tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@
296296
from_port: 27000
297297
to_port: 27020
298298
group_id: "{{ sg_dock }}"
299+
- proto: icmp
300+
to_port: -1
301+
from_port: -1
302+
group_id: "{{ sg_mongo }}"
299303
rules_egress:
300304
- proto: all
301305
from_port: -1

0 commit comments

Comments
 (0)