add 2fa.yml

This commit is contained in:
deepend 2023-07-11 19:58:56 +00:00
parent f883e419d6
commit 7bbe253c69

View File

@ -0,0 +1,9 @@
# This will add script to run google-authenticator for users to set up 2FA
---
- name: Set 2FA
copy:
src: ../files/usr/local/bin/setup-2factor
dest: /usr/local/bin/setup-2factor
owner: root
group: root
mode: 0755