ipa: add script to check which sysadmins do not have otp tokens
This commit is contained in:
parent
8091926e71
commit
b8515e6bce
1 changed files with 11 additions and 0 deletions
|
@ -629,3 +629,14 @@
|
||||||
copy:
|
copy:
|
||||||
src: data-only-backup
|
src: data-only-backup
|
||||||
dest: "/etc/cron.d/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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue