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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue