update user setup and add password

This commit is contained in:
L3D 2022-02-16 20:49:46 +01:00
parent 27c14a177c
commit 7d4c19584c
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -8,6 +8,7 @@
ansible.windows.win_user:
name: 'obs'
state: present
password: "{{ win_obs_init__password }}"
account_disabled: false
description: 'Account to run OBS at this WINDOWS host'
groups_action: 'add'