We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de92979 commit ba1317fCopy full SHA for ba1317f
3 files changed
ansible/navi-proxy.yml
@@ -12,5 +12,5 @@
12
13
- include: consul-template-updater.yml
14
vars:
15
- host: ingress
+ host: userland
16
var_file: alpha-navi-proxy.yml
ansible/roles/content-domain-proxy/tasks/main.yml
@@ -49,7 +49,7 @@
49
become: yes
50
template:
51
src: proxy-nginx.conf
52
- dest: /etc/nginx/
+ dest: /etc/nginx/nginx.conf
53
54
- name: assert nginx template directory
55
tags: [ configure_proxy ]
ssh/config
@@ -55,7 +55,7 @@ Host 10.4.*.*
56
## Gamma Ingress
57
Host gamma-ingress
58
- ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.4 22
+ ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.236 22
59
60
## Gamma Userland Hipache
61
Host gamma-userland
0 commit comments