You've already forked ansible-role-common
Split to accomodate RedHat and Windows
This commit is contained in:
13
tasks/Windows.yml
Normal file
13
tasks/Windows.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Set Timezone
|
||||
win_timezone:
|
||||
timezone: "New Zealand Standard Time"
|
||||
|
||||
- name: Ensure Administrator password
|
||||
win_user:
|
||||
name: administrator
|
||||
password: "{{ vault_windows_admin_pwd }}"
|
||||
password_never_expires: yes
|
||||
state: present
|
||||
update_password: always
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user