Closed pierrepo closed 2 years ago
Each time the users.yml Ansible playbook is run, the user password is rest to the one provided in the playbook.
users.yml
This might not be a desirable behavior when creating new users from time to time and then running the playbook.
Ansible option
update_password: on_create
should be helpful here.
Each time the
users.yml
Ansible playbook is run, the user password is rest to the one provided in the playbook.This might not be a desirable behavior when creating new users from time to time and then running the playbook.