This commit is contained in:
2020-09-24 03:00:03 +02:00
parent 06523efab1
commit 2b974f738c
11 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,6 @@
- name: Ensure password change reminder present
copy:
src: PLEASE_CHANGE_YOUR_PASSWORD_ASAP
dest: "/home/{{ item }}"
owner: '{{ item }}'
with_items: '{{ sudo_users }}'