Skip to content

Commit 999af46

Browse files
author
Christopher M. Neill
committed
adding gamma-web, made a change to support the redis_host variable in the ansible playbook for hipache
1 parent 7e4c998 commit 999af46

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

ansible/group_vars/alpha-hipache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# container_kill_start settings
22
name: hipache
3+
redis_host: "{{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"
34

45
container_image: registry.runnable.com/runnable/hipache
56
container_tag: latest

ansible/hipache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
- hosts: hipache
3+
- hosts: redis
34
vars_files:
45
- "group_vars/alpha-hipache.yml"
56
roles:

ssh/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@ Host gamma-registry-us-west-2a
245245
Host 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
################################################################################

0 commit comments

Comments
 (0)