You've already forked ansible-role-common
Update system culture added
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: Set Timezone
|
|
||||||
win_timezone:
|
|
||||||
timezone: "New Zealand Standard Time"
|
|
||||||
|
|
||||||
- name: Ensure Administrator password
|
- name: Ensure Administrator password
|
||||||
win_user:
|
win_user:
|
||||||
name: administrator
|
name: administrator
|
||||||
@@ -17,6 +13,10 @@
|
|||||||
dns1: "{{ dns_servers[0] }}"
|
dns1: "{{ dns_servers[0] }}"
|
||||||
dns2: "{{ dns_servers[1] }}"
|
dns2: "{{ dns_servers[1] }}"
|
||||||
|
|
||||||
|
- name: Ensure System Culture Set
|
||||||
|
win_locale:
|
||||||
|
culture: en-NZ
|
||||||
|
|
||||||
- name: Ensure domain is joined
|
- name: Ensure domain is joined
|
||||||
win_ad_domain:
|
win_ad_domain:
|
||||||
admin_user: "{{ ad_admin_username }}"
|
admin_user: "{{ ad_admin_username }}"
|
||||||
@@ -34,6 +34,5 @@
|
|||||||
- notepadplusplus.install
|
- notepadplusplus.install
|
||||||
- tailblazer
|
- tailblazer
|
||||||
- 7zip
|
- 7zip
|
||||||
- dotnet3.5
|
|
||||||
- winscp
|
- winscp
|
||||||
- firefoxesr
|
- firefoxesr
|
||||||
Reference in New Issue
Block a user