ansible-hacklab-desktop/roles/yubikey/tasks/main.yml
2018-06-02 23:03:27 +01:00

16 lines
330 B
YAML

- name: Install YubiKey packages
package:
name: "{{ item }}"
state: present
with_items:
- scdaemon
- python-yubico-tools
- ykneomgr
- yubikey-neo-manager
- yubikey-personalization
- yubikey-personalization-gui
- yubikey-piv-manager
- yubioath-desktop
- ykcs11
- yubico-piv-tool