ipa: add script to check which sysadmins do not have otp tokens

This commit is contained in:
Mark O'Brien 2021-04-15 14:44:37 +01:00 committed by smooge
parent 8091926e71
commit b8515e6bce

View file

@ -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