Skip to content

Commit 179c3da

Browse files
author
Christopher M. Neill
committed
okay final commit for realsies.
1 parent 87538d9 commit 179c3da

7 files changed

Lines changed: 9 additions & 13 deletions

File tree

ansible/delta-hosts/hosts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,10 @@ eru
9999
shiva
100100
swarm-manager
101101

102-
[admin]
103-
delta-admin
104-
105102
[local]
106-
localhost,
107103
127.0.0.1
108104

109-
[ec2:children]
110-
admin
105+
[ec2]
111106
local
112107

113108
[targets]

ansible/delta-hosts/variables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ user_content_domain=runnableapp.com
7272
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
7373

7474
[ec2:vars]
75-
aws_access_key=AKIAIB3IJCCJZQWQMVSQ
76-
aws_secret_key=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
7775
aws_custid=437258487404
7876
sg_hipache=sg-7fd7fb1b
7977
sg_api=sg-0bf7db6f

ansible/gamma-hosts/hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,8 @@ sauron
103103
shiva
104104
swarm-manager
105105

106+
[ec2]
107+
127.0.0.1
108+
106109
[targets]
107110
localhost ansible_connection=local bastion_name=gamma-bastion

ansible/gamma-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sg_mongo=sg-977a0df3
8383
sg_nat=sg-b595ffd1
8484
sg_navi=sg-45633421
8585
sg_neo4j=sg-ff60179b
86-
sg_rabbit=sg-44b7cb201
86+
sg_rabbit=sg-44b7cb20
8787
sg_rds=sg-081e596c
8888
sg_redis=sg-477b0c23
8989
sg_services=sg-8c6710e8

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/sg_configure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
- hosts: 127.0.0.1
2+
- hosts: ec2
33
connection: local
44
vars_files:
5-
- "group_vars/all.yml"
65
- "group_vars/ec2_sg.yml"
76
roles:
87
- { role: notify, tags: "notify" }

ansible/sg_create.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
- hosts: all
2+
- hosts: ec2
33
vars_files:
4-
- "group_vars/all.yml"
54
- "group_vars/ec2_sg.yml"
65
roles:
76
- { role: create_sg }

0 commit comments

Comments
 (0)