File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ delta-hipache httpsCheckForBackend80=false prependIncomingPort=true subDomainDep
66delta-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]
1414delta-neo4j
9999shiva
100100swarm-manager
101101
102- [admin]
103- delta-admin
104-
105102[local]
106- localhost ,
107103127.0.0.1
108104
109- [ec2:children]
110- admin
105+ [ec2]
111106local
112107
113108[targets]
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ user_content_domain=runnableapp.com
7272api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
7373
7474[ec2:vars]
75- aws_access_key=AKIAIB3IJCCJZQWQMVSQ
76- aws_secret_key=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
7775aws_custid=437258487404
7876sg_hipache=sg-7fd7fb1b
7977sg_api=sg-0bf7db6f
Original file line number Diff line number Diff line change @@ -103,5 +103,8 @@ sauron
103103shiva
104104swarm-manager
105105
106+ [ec2]
107+ 127.0.0.1
108+
106109[targets]
107110localhost ansible_connection=local bastion_name=gamma-bastion
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ sg_mongo=sg-977a0df3
8383sg_nat=sg-b595ffd1
8484sg_navi=sg-45633421
8585sg_neo4j=sg-ff60179b
86- sg_rabbit=sg-44b7cb201
86+ sg_rabbit=sg-44b7cb20
8787sg_rds=sg-081e596c
8888sg_redis=sg-477b0c23
8989sg_services=sg-8c6710e8
Original file line number Diff line number Diff line change @@ -119,3 +119,7 @@ navi_mongo_port: 27017
119119# consul
120120consul_hostname : " {{ hostvars[groups['consul'][0]]['ansible_default_ipv4']['address'] }}"
121121consul_port : 8500
122+
123+ # ec2
124+ aws_access_key : " AKIAIB3IJCCJZQWQMVSQ"
125+ aws_secret_key : " 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"
Original file line number Diff line number Diff line change 11---
2- - hosts : 127.0.0.1
2+ - hosts : ec2
33 connection : local
44 vars_files :
55 - " group_vars/ec2_sg.yml"
Original file line number Diff line number Diff line change 11---
2- - hosts : all
2+ - hosts : ec2
33 vars_files :
4- - " group_vars/delta .yml"
4+ - " group_vars/ec2_sg .yml"
55 roles :
66 - { role: create_sg }
You can’t perform that action at this time.
0 commit comments