Fix the oauth2-proxy role, add to playbook

This commit is contained in:
2021-05-06 08:35:58 +02:00
parent 4b7bbe556f
commit dc660ed957
3 changed files with 6 additions and 4 deletions

View File

@ -18,9 +18,9 @@
networks:
- name: bridge
- name: nginx-internal
command: '/bin/oauth2-proxy --config=/etc/oauth-proxy.cfg'
command: '/bin/oauth2-proxy --config=/etc/oauth2-proxy.cfg'
volumes:
- "{{ data_folder }}/oauth2-proxy/oauth-proxy.cfg:/etc/oauth-proxy.cfg"
- "{{ data_folder }}/oauth2-proxy/oauth2-proxy.cfg:/etc/oauth2-proxy.cfg"
ports:
- "4180:4180"
- name: copy oauth2-proxy nginx config