diff --git a/group_vars/all.yml b/group_vars/all.yml index 2487ec3..e4e89af 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,3 +1,7 @@ --- +## connect to windows ansible_connection: 'ssh' ansible_shell_type: 'powershell' + +# win_activating +windows_product_key: "{{ lookup('community.general.passwordstore', 'ansible/windows/productkey') }}"