mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Some Ipsilon fixes for the new openid api extension
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
- ipsilon-tools-ipa
|
||||
- mod_auth_openidc
|
||||
- mod_auth_gssapi
|
||||
- python-psycopg2
|
||||
- python3-psycopg2
|
||||
# For the openid api extension
|
||||
- python3-freeipa
|
||||
# For the playbook itself
|
||||
- git
|
||||
- krb5-workstation
|
||||
@@ -318,6 +320,14 @@
|
||||
tags:
|
||||
- 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
|
||||
file:
|
||||
dest: /usr/libexec/ipsilon
|
||||
|
||||
Reference in New Issue
Block a user