win_ansible_role_base_setup/README.md

21 lines
793 B
Markdown
Raw Normal View History

2021-12-15 00:48:19 +01:00
win_ansible_role_base_setup
2021-12-14 23:53:32 +01:00
=============================
2021-12-14 21:56:12 +01:00
2021-12-15 00:48:19 +01:00
WINDOWS Ansible role to create a little base Setup for my Ansible Managed Windows 10 Enterprise Hosts
2021-12-14 23:53:32 +01:00
## Please not, this is my first windows role and highly experimental!
2021-12-20 18:20:40 +01:00
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.
2022-01-02 16:40:53 +01:00
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: ''``