feat: oauth2proxy compose skel

This commit is contained in:
2023-01-15 11:46:36 +01:00
parent 0d63e8855b
commit fa61c58471
2 changed files with 66 additions and 0 deletions

View File

@@ -61,6 +61,25 @@
- simple-log-server
- soundlib-interface
- name: OAuth2Proxy directories
file:
path: "/opt/oauth2proxy/{{ item }}/"
state: directory
recurse: yes
with_items:
- python-flask-picture-factory
- simple-log-server
- soundlib-interface
- name: Deploy OAuth2Proxy compose files
template:
src: oauth-standalone-docker-compose.yaml
dest: "/opt/oauth2proxy/{{ item }}/docker-compose.yaml"
with_items:
- python-flask-picture-factory
- simple-log-server
- soundlib-interface
- name: Template Systemd Units
template:
src: "waitress-systemd-unit.j2"