feat: add oidc provisioning for opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 15:36:12 +01:00
parent 59cd27a031
commit 2dc9097707
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 52 additions and 1 deletions

View file

@ -20,6 +20,14 @@
state: directory
mode: '0755'
- name: Create CSP override file
template:
src: csp-override.yaml.j2
dest: "{{ opencloud_docker_volume_dir }}/config/csp-override.yaml"
mode: '0644'
when: opencloud_csp_extra_connect_src | length > 0
notify: restart opencloud
- name: Create docker-compose file for opencloud
template:
src: docker-compose.yml.j2