mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
add 2fa.yml
This commit is contained in:
9
roles/common/tasks/2fa.yml
Normal file
9
roles/common/tasks/2fa.yml
Normal 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
|
||||
Reference in New Issue
Block a user