File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ aws_secret_access_key=GrOO85hfoc7+bwT2GjoWbLyzyNbOKb2/XOJbCJsv
4646shiva_rollbar_key=0526a90faec845d796e1ef5361a00526
4747
4848[gamma:vars]
49- ansible_ssh_private_key_file=~/.ssh/oregon .pem
49+ ansible_ssh_private_key_file=~/.ssh/gamma .pem
5050datadog_host=10.4.6.251
5151datadog_tags=env:gamma
5252domain=runnable-gamma.com
Original file line number Diff line number Diff line change 11# container_kill_start settings
22name : hipache
33redis_host : " {{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"
4+ redis_port : 6379
45
56container_image : registry.runnable.com/runnable/hipache
67container_tag : latest
Original file line number Diff line number Diff line change 11---
2- - hosts : hipache
32- hosts : redis
3+
4+ - hosts : hipache
45 vars_files :
56 - " group_vars/alpha-hipache.yml"
67 roles :
Original file line number Diff line number Diff line change @@ -220,6 +220,10 @@ Host gamma-mongo-us-west-2b
220220Host gamma-mongo-us-west-2c
221221 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22
222222
223+ ## Gamma Rabbit
224+ Host gamma-rabbit
225+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.19.17 22
226+
223227## Gamma Redis
224228Host gamma-redis
225229 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22
@@ -244,6 +248,9 @@ Host gamma-neo4j-us-west-2a
244248Host gamma-services-us-west-2a
245249 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
246250
251+ Host gamma-services
252+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
253+
247254## Gamma Registry
248255Host gamma-registry-us-west-2a
249256 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
You can’t perform that action at this time.
0 commit comments