Skip to content

Commit 53c1284

Browse files
author
Christopher M. Neill
committed
Redis, redis variables, Hipachi Ansible fixes.
1 parent 75ccf70 commit 53c1284

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

ansible/gamma-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ aws_secret_access_key=GrOO85hfoc7+bwT2GjoWbLyzyNbOKb2/XOJbCJsv
4646
shiva_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
5050
datadog_host=10.4.6.251
5151
datadog_tags=env:gamma
5252
domain=runnable-gamma.com

ansible/group_vars/alpha-hipache.yml

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

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

ansible/hipache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
- hosts: hipache
32
- hosts: redis
3+
4+
- hosts: hipache
45
vars_files:
56
- "group_vars/alpha-hipache.yml"
67
roles:

ssh/config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ Host gamma-mongo-us-west-2b
220220
Host 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
224228
Host 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
244248
Host 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
248255
Host gamma-registry-us-west-2a
249256
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22

0 commit comments

Comments
 (0)