File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# container_kill_start settings
22name : hipache
3+ redis_host : " {{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"
34
45container_image : registry.runnable.com/runnable/hipache
56container_tag : latest
Original file line number Diff line number Diff line change 11---
22- hosts : hipache
3+ - hosts : redis
34 vars_files :
45 - " group_vars/alpha-hipache.yml"
56 roles :
Original file line number Diff line number Diff line change @@ -245,6 +245,13 @@ Host gamma-registry-us-west-2a
245245Host gamma-registry
246246 ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
247247
248+ ## Gamma Web
249+ Host gamma-web-us-west-2a
250+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22
251+
252+ Host gamma-web
253+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.121 22
254+
248255################################################################################
249256# other
250257################################################################################
You can’t perform that action at this time.
0 commit comments