fas_client / fas_server: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a5f3819d0a
commit
ea1c8eabd2
2 changed files with 21 additions and 18 deletions
|
@ -9,10 +9,11 @@
|
||||||
# nss_db is needed to store user/group info.
|
# nss_db is needed to store user/group info.
|
||||||
#
|
#
|
||||||
- name: install package needed for fas-client
|
- name: install package needed for fas-client
|
||||||
package: state=present name={{ item }}
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- fas-clients
|
name:
|
||||||
- cronie
|
- fas-clients
|
||||||
|
- cronie
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- fas_client
|
- fas_client
|
||||||
|
|
|
@ -2,25 +2,27 @@
|
||||||
# Tasks to set up fas_server
|
# Tasks to set up fas_server
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- fas
|
name:
|
||||||
- fas-plugin-yubikey
|
- fas
|
||||||
- python-turbojson
|
- fas-plugin-yubikey
|
||||||
- python-tgcaptcha
|
- python-turbojson
|
||||||
- httpd
|
- python-tgcaptcha
|
||||||
- mod_wsgi
|
- httpd
|
||||||
- python-bunch
|
- mod_wsgi
|
||||||
- python-requests-kerberos
|
- python-bunch
|
||||||
|
- python-requests-kerberos
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- fas
|
- fas
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- krb5-workstation
|
name:
|
||||||
- python-requests-kerberos
|
- krb5-workstation
|
||||||
|
- python-requests-kerberos
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- fas
|
- fas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue