WINDOWS Ansible role to create a little base Setup for my Ansible Managed Windows 10 Enterprise Hosts
Find a file
2022-01-02 16:40:53 +01:00
defaults Adding device owner info 2022-01-02 16:40:53 +01:00
tasks Adding device owner info 2022-01-02 16:40:53 +01:00
vars explain values 2022-01-01 21:43:32 +01:00
.gitignore Initial commit 2021-12-14 22:00:08 +01:00
.yamllint improve naming and linting 2021-12-20 19:54:35 +01:00
LICENSE Initial commit 2021-12-14 22:00:08 +01:00
README.md Adding device owner info 2022-01-02 16:40:53 +01:00

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
    • 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: ''