dotfiles/roles/yubikey/pam/tasks/main.yml
Matej Focko 6a732703f7
chore: move out yubikey roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:15:31 +02: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