Skip to content

Commit a8e322e

Browse files
author
Anandkumar Patel
committed
Merge branch 'prune-ssh-config' of https://github.com/CodeNow/devops-scripts into prune-ssh-config
2 parents 1b24ec1 + 99b5dc1 commit a8e322e

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

ansible/stage-hosts/hosts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ alpha-stage-userland-hipache domain=runnable2.net httpsCheckForBackend80=true pr
55
localhost ansible_connection=local bastion_name=alpha-bastion
66

77
[redis]
8-
alpha-stage-data
8+
delta-staging-data
99

1010
[rabbitmq]
11-
alpha-stage-data
11+
delta-staging-data
1212

1313
[consul]
14-
alpha-stage-data
15-
alpha-stage-data-2
14+
delta-staging-data
1615

1716
[vault]
18-
alpha-stage-data
17+
delta-staging-data
1918

2019
[swarm-manager]
21-
alpha-stage-data
20+
delta-staging-data
21+
22+
[docks]
2223

2324
[stage:children]
2425
consul

ansible/stage-hosts/variables

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ rabbit_password=h7n972sPLs5tWGCWe6QPSCnaxDWjvnpEFEA9c9mBqauH3f22
77
registry_host=10.0.1.254
88

99
[vault:vars]
10-
vault_auth_token=cab43411-fe6f-4aec-bf04-6e04adc9225a
11-
vault_token_01=67291c58945becae682f3221d5f3d6027e9ae1db85a9e099d8210b447ca452e701
12-
vault_token_02=8f638c534b4c99793926f463fd65a62714ae7e2e8def7b240258b4030cc098e002
13-
vault_token_03=33f01611d39d179492665955425bec8243cbfb23a942657b08a1e1b29d7fdf3903
10+
vault_auth_token=db6bcf6c-eace-35b2-915a-46aeed706ad6
11+
vault_token_01=739b5afb7d5aa075153f750a4d0d7697f2b90ef610cc440627ab43ab60ad7bc601
12+
vault_token_02=7593c543320e82850d15827fb43ae7c553e6e480856a8bfaff658ae3dd75043602
13+
vault_token_03=e8f75fab3bc960784c7c802318207204e8f31b3bb9f1a615efd90371d05dc97803
1414
vault_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
1515
vault_aws_access_key_id=AKIAJ7R4UIM45KH2WGWQ
1616
vault_aws_secret_key=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

ssh/config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ Host alpha-stage-data-2
115115
ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.90 22
116116

117117

118+
################################################################################
119+
# DELTA staging runnable.io
120+
################################################################################
121+
122+
Host delta-staging-data
123+
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.59 22
124+
125+
118126
################################################################################
119127
# oregon
120128
################################################################################

0 commit comments

Comments
 (0)