mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
ipa: add script to check which sysadmins do not have otp tokens
This commit is contained in:
@@ -629,3 +629,14 @@
|
||||
copy:
|
||||
src: data-only-backup
|
||||
dest: "/etc/cron.d/data-only-backup"
|
||||
|
||||
- name: Ensure python dep is present
|
||||
pip:
|
||||
name: python-freeipa
|
||||
|
||||
- name: Copy file for checking if sysadmins have otp set
|
||||
template:
|
||||
src: check_sysadmin_otp.py.j2
|
||||
dest: /root
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
Reference in New Issue
Block a user