From 8869cb4f4d8eab3bfe99726c65024e74e5c7015c Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 27 Dec 2022 21:36:35 +0100 Subject: [PATCH] Add final notice to SPS22 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0651c2a..71ff132 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Ansible Playbook to Setup a Windows 10 Enterprise Host to Stream with OBS. -**WINTERKONGRESS 2022 Edition** -> *This version of the ansible playbook is designed deploy the chvoc setup for winterkongress 2022!* +**Swiss Python Summit 2022 Edition** -> *This version of the ansible playbook is designed deploy the winkekatze.tv setup for Swiss Python Summit 2022!* Requirements --------------- @@ -13,7 +13,7 @@ Your Windows 10 Host has the following Software Requirements bevore starting ans This Playbook is only tested at Windows 10 Enterprise -### How to get the Version Number +### How to get the Version Numbers #### Powershell ```ps1 @@ -33,6 +33,12 @@ Get-Host | Select-Object Version (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ProductName ``` + Set up this git Repository +---------------------------- ++ Clone this git repo ++ Check out all [Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) e.G. with ``git submodule update --init --recursive`` ++ Configure git to always update submodules on pull: ``git config submodule.recurse true`` + Configure Ansible Access (WinRM Setup) ----------------------------------------