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
- name: install needed packages
package: name={{ item }} state=present update_cache=yes
with_items:
- ipsilon
- ipsilon-openid
- ipsilon-saml2
- ipsilon-openidc
- ipsilon-authgssapi
- ipsilon-authform
- ipsilon-authpam
- ipsilon-infosssd
- ipsilon-infofas
- ipsilon-theme-Fedora
- ipsilon-tools-ipa
- mod_auth_openidc
- mod_auth_gssapi
- python3-psycopg2
- python3-pam
# For the openid api extension
- python3-freeipa
# For the playbook itself
- git
- krb5-workstation
package:
state: present
update_cache: yes
name:
- ipsilon
- ipsilon-openid
- ipsilon-saml2
- ipsilon-openidc
- ipsilon-authgssapi
- ipsilon-authform
- ipsilon-authpam
- ipsilon-infosssd
- ipsilon-infofas
- ipsilon-theme-Fedora
- ipsilon-tools-ipa
- mod_auth_openidc
- mod_auth_gssapi
- python3-psycopg2
- python3-pam
# For the openid api extension
- python3-freeipa
# For the playbook itself
- git
- krb5-workstation
tags:
- ipsilon
- packages