ODCS: Enable the mod_auth_openidc module on rhel8

This commit is contained in:
Jan Kaluza 2020-06-04 11:11:43 +02:00
parent 83d756cf00
commit a0a15e927f

View file

@ -28,6 +28,17 @@
tags:
- odcs
- name: Enable the mod_auth_openidc module on rhel8
copy:
dest: /etc/dnf/modules.d/mod_auth_openidc.module
content: |
[mod_auth_openidc]
name=mod_auth_openidc
stream=2.3
profiles=
state=enabled
when: datacenter == "iad2"
# install required packages for frontend here, as we may
# need to reload httpd in next task when host is frontend
- name: install the packages required for ODCS frontend