Skip to content

Commit 5992c41

Browse files
author
Ryan Sandor Richards
committed
Added alpha-stage-data-2 and removed build,run tags.
1 parent d626d86 commit 5992c41

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/stage-hosts/docks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ec2.describeInstances(params, function (err, data) {
5454
for (var i = 0; i < instance.Tags.length; i++) {
5555
if (instance.Tags[i].Key === 'org') {
5656
hostVars[instance.PrivateIpAddress] = {
57-
host_tags: instance.Tags[i].Value + ',build,run'
57+
host_tags: instance.Tags[i].Value
5858
};
5959
}
6060
}

ssh/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ Host alpha-stage-dock-test
108108
Host alpha-stage-data
109109
ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.134 22
110110

111+
Host alpha-stage-data-2
112+
ProxyCommand ssh -q ubuntu@alpha-bastion nc 10.0.1.90 22
113+
111114

112115
################################################################################
113116
# oregon

0 commit comments

Comments
 (0)