Add role apache_oidc
This commit is contained in:
parent
4ed3bc5d7f
commit
29498edf9e
2 changed files with 1186 additions and 0 deletions
13
roles/apache_openidc/tasks/main.yml
Normal file
13
roles/apache_openidc/tasks/main.yml
Normal 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
|
||||
|
1173
roles/apache_openidc/templates/mod-auth-openidc.conf
Normal file
1173
roles/apache_openidc/templates/mod-auth-openidc.conf
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue