dotfiles/roles/yubikey_pam/tasks/main.yml
Matej Focko f8adf14aff
chore: rename ‹yubikey› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:09:16 +01:00

12 lines
263 B
YAML

---
- name: Install packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Set up PAM
ansible.builtin.template:
src: templates/yubikey-sufficient
dest: /etc/pam.d/yubikey-sufficient
mode: 0644
owner: root
group: root