feat: add oidc provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
59cd27a031
commit
2dc9097707
4 changed files with 52 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue