From d57fc51dfce09149f38c035d8bd00f8838af7f44 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 1 Jan 2022 21:02:26 +0100 Subject: [PATCH] Add multilang support --- group_vars/all/vars.yml | 4 ++++ host_vars/obs-chrysalis/vars.yml | 3 +++ roles/do1jlr.win_base_setup | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 group_vars/all/vars.yml diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml new file mode 100644 index 0000000..8d82090 --- /dev/null +++ b/group_vars/all/vars.yml @@ -0,0 +1,4 @@ +--- +# use chvoc store for gopass passwords +win_base_init__pass_prefix: 'chvoc/ansible/windows' +win_obs_init__pass_prefix: "{{ win_base_init__pass_prefix }}" diff --git a/host_vars/obs-chrysalis/vars.yml b/host_vars/obs-chrysalis/vars.yml index 37253da..b135800 100644 --- a/host_vars/obs-chrysalis/vars.yml +++ b/host_vars/obs-chrysalis/vars.yml @@ -7,3 +7,6 @@ ansible_password: "{{ lookup('community.general.passwordstore', 'ansible/windows remove_win_apps__users: - obs - ansible + +# OS language +win_base_init__os_language: 'de' diff --git a/roles/do1jlr.win_base_setup b/roles/do1jlr.win_base_setup index 27cf9f9..19d613b 160000 --- a/roles/do1jlr.win_base_setup +++ b/roles/do1jlr.win_base_setup @@ -1 +1 @@ -Subproject commit 27cf9f9b77e47ac7f14ac23961eafb09d4712df7 +Subproject commit 19d613bb4f68cf6d1a65481700ca34849ae742c1