win_ansible_role_base_setup ============================= WINDOWS Ansible role to create a little base Setup for my Ansible Managed Windows 10 Enterprise Hosts ## Please not, this is my first windows role and highly experimental! Requirements ---------------- + **Pass or gopass** is required to store passwords. + See [ansible docs](https://docs.ansible.com/ansible/latest/collections/community/general/passwordstore_lookup.html) + Have a password store setup. Either create a symlink from pass to gopass or use pass nativly. What this role does: --------------------- + Optionally setting OS description, owner and org if you define them in these variables: - ``win_base_init__os_description: ''`` - ``win_base_init__os_organization: ''`` - ``win_base_init__os_owner: ''``