Add final notice to SPS22

This commit is contained in:
L3D 2022-12-27 21:36:35 +01:00
parent 34674e71db
commit 8869cb4f4d
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
1 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Ansible Playbook to Setup a Windows 10 Enterprise Host to Stream with OBS. 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 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 This Playbook is only tested at Windows 10 Enterprise
### How to get the Version Number ### How to get the Version Numbers
#### Powershell #### Powershell
```ps1 ```ps1
@ -33,6 +33,12 @@ Get-Host | Select-Object Version
(Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion").ProductName (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) Configure Ansible Access (WinRM Setup)
---------------------------------------- ----------------------------------------