Skip to content

Commit 5bb5960

Browse files
author
Ryan Sandor Richards
committed
Cleaned up the variables and placed new hosts under stage.
1 parent 29e837b commit 5bb5960

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

ansible/stage-hosts/hosts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ alpha-stage-data
1010
[rabbitmq]
1111
alpha-stage-data
1212

13-
[alpha:children]
14-
hipache
15-
docks
16-
1713
[docks]
1814
10.0.1.120
1915
10.0.1.109
16+
17+
[stage:children]
18+
hipache
19+
docks
20+
redis
21+
rabbitmq
22+
docks

ansible/stage-hosts/variables

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
[redis:vars]
2-
registry_host=10.0.1.254
3-
4-
[rabbitmq:vars]
5-
rabbit_username=5WE5wsEQmfw9sLsppJ4CEq9Auea8mPC4kgVt3xYqKxbYHPfP
6-
rabbit_password=h7n972sPLs5tWGCWe6QPSCnaxDWjvnpEFEA9c9mBqauH3f22
71

8-
[alpha:vars]
2+
[stage:vars]
93
ansible_ssh_private_key_file=~/.ssh/Test-runnable.pem
104
domain=runnable3.net
115
node_env=stage
12-
rabbit_password=3ad4d0546425efe40c6c1592d2d266cc
13-
rabbit_username=e07e0f51a2afa8c94a34bc252c8eeea7
6+
rabbit_username=5WE5wsEQmfw9sLsppJ4CEq9Auea8mPC4kgVt3xYqKxbYHPfP
7+
rabbit_password=h7n972sPLs5tWGCWe6QPSCnaxDWjvnpEFEA9c9mBqauH3f22
148
registry_host=10.0.1.254

0 commit comments

Comments
 (0)