Skip to content

Commit ba1317f

Browse files
author
Anandkumar Patel
committed
fix nits
1 parent de92979 commit ba1317f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/navi-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313
- include: consul-template-updater.yml
1414
vars:
15-
host: ingress
15+
host: userland
1616
var_file: alpha-navi-proxy.yml

ansible/roles/content-domain-proxy/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
become: yes
5050
template:
5151
src: proxy-nginx.conf
52-
dest: /etc/nginx/
52+
dest: /etc/nginx/nginx.conf
5353

5454
- name: assert nginx template directory
5555
tags: [ configure_proxy ]

ssh/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Host 10.4.*.*
5555

5656
## Gamma Ingress
5757
Host gamma-ingress
58-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.4 22
58+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.236 22
5959

6060
## Gamma Userland Hipache
6161
Host gamma-userland

0 commit comments

Comments
 (0)