Add role apache_oidc

This commit is contained in:
polz 2025-07-25 17:00:29 +02:00
parent 4ed3bc5d7f
commit 29498edf9e
2 changed files with 1186 additions and 0 deletions

View file

@ -0,0 +1,13 @@
- name: Install Apache OIDC module
apk:
name: apache-mod-auth-openidc
state: latest
update_cache: true
repository: http://dl-cdn.alpinelinux.org/alpine/edge/testing
- name: Create config file
template:
src: mod-auth-openidc.conf
dest: /etc/apache2/conf.d/mod-auth-openidc.conf

File diff suppressed because it is too large Load diff