Some Ipsilon fixes for the new openid api extension
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
e66217f737
commit
196d20086c
1 changed files with 11 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
||||||
- ipsilon-tools-ipa
|
- ipsilon-tools-ipa
|
||||||
- mod_auth_openidc
|
- mod_auth_openidc
|
||||||
- mod_auth_gssapi
|
- mod_auth_gssapi
|
||||||
- python-psycopg2
|
- python3-psycopg2
|
||||||
|
# For the openid api extension
|
||||||
|
- python3-freeipa
|
||||||
# For the playbook itself
|
# For the playbook itself
|
||||||
- git
|
- git
|
||||||
- krb5-workstation
|
- krb5-workstation
|
||||||
|
@ -318,6 +320,14 @@
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
- name: set sebooleans so ipsilon can talk to IPA for the openid extension
|
||||||
|
seboolean:
|
||||||
|
name: httpd_can_network_connect
|
||||||
|
state: true
|
||||||
|
persistent: true
|
||||||
|
tags:
|
||||||
|
- ipsilon
|
||||||
|
|
||||||
- name: apply selinux type to the wsgi file
|
- name: apply selinux type to the wsgi file
|
||||||
file:
|
file:
|
||||||
dest: /usr/libexec/ipsilon
|
dest: /usr/libexec/ipsilon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue