Add final notice to SPS22
This commit is contained in:
parent
34674e71db
commit
8869cb4f4d
10
README.md
10
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)
|
||||
----------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue