Ipsilon: make the package module call faster

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-04-20 13:54:41 +02:00
parent 577ba916be
commit 7949f778d9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -2,28 +2,30 @@
# Configuration for the ipsilon webapp # Configuration for the ipsilon webapp
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present update_cache=yes package:
with_items: state: present
- ipsilon update_cache: yes
- ipsilon-openid name:
- ipsilon-saml2 - ipsilon
- ipsilon-openidc - ipsilon-openid
- ipsilon-authgssapi - ipsilon-saml2
- ipsilon-authform - ipsilon-openidc
- ipsilon-authpam - ipsilon-authgssapi
- ipsilon-infosssd - ipsilon-authform
- ipsilon-infofas - ipsilon-authpam
- ipsilon-theme-Fedora - ipsilon-infosssd
- ipsilon-tools-ipa - ipsilon-infofas
- mod_auth_openidc - ipsilon-theme-Fedora
- mod_auth_gssapi - ipsilon-tools-ipa
- python3-psycopg2 - mod_auth_openidc
- python3-pam - mod_auth_gssapi
# For the openid api extension - python3-psycopg2
- python3-freeipa - python3-pam
# For the playbook itself # For the openid api extension
- git - python3-freeipa
- krb5-workstation # For the playbook itself
- git
- krb5-workstation
tags: tags:
- ipsilon - ipsilon
- packages - packages