Ipsilon: make the package module call faster
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
577ba916be
commit
7949f778d9
1 changed files with 24 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue