File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [hipache]
2+ alpha-stage-userland-hipache domain =runnable2.net httpsCheckForBackend80 =true prependIncomingPort =true subDomainDepth =3
3+
4+ [targets]
5+ localhost ansible_connection =local bastion_name =alpha-bastion
6+
7+ [redis]
8+ alpha-stage-data
9+
10+ [rabbitmq]
11+ alpha-stage-data
12+
13+ [docks]
14+ 10.0.1.120
15+ 10.0.1.109
16+
17+ [stage:children]
18+ hipache
19+ docks
20+ redis
21+ rabbitmq
22+ docks
Original file line number Diff line number Diff line change 1+
2+ [stage:vars]
3+ ansible_ssh_private_key_file=~/.ssh/Test-runnable.pem
4+ domain=runnable3.net
5+ node_env=stage
6+ rabbit_username=5WE5wsEQmfw9sLsppJ4CEq9Auea8mPC4kgVt3xYqKxbYHPfP
7+ rabbit_password=h7n972sPLs5tWGCWe6QPSCnaxDWjvnpEFEA9c9mBqauH3f22
8+ registry_host=10.0.1.254
Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ Host alpha-stage-runnable
105105Host alpha-stage-dock-test
106106 ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.213 22
107107
108+ Host alpha-stage-data
109+ ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.134 22
110+
111+
108112################################################################################
109113# oregon
110114################################################################################
You can’t perform that action at this time.
0 commit comments