RDP Support
This commit is contained in:
parent
6025294da4
commit
c458ceb69f
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -37,3 +37,6 @@
|
|||
[submodule "roles/do1jlr.win_winerm"]
|
||||
path = roles/do1jlr.win_winerm
|
||||
url = https://backwesen.de/voc/win_ansible_role_winrm.git
|
||||
[submodule "roles/do1jlr.win_rdp"]
|
||||
path = roles/do1jlr.win_rdp
|
||||
url = https://backwesen.de/voc/win_ansible_role_rdp.git
|
||||
|
|
1
roles/do1jlr.win_rdp
Submodule
1
roles/do1jlr.win_rdp
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c3a8c3ab3519ddf0e223d21f192a316b9851db52
|
1
site.yml
1
site.yml
|
@ -14,6 +14,7 @@
|
|||
- {role: do1jlr.win_zeroconf, tags: zeroconf}
|
||||
- {role: do1jlr.win_firewall_icmp, tags: firewall}
|
||||
- {role: do1jlr.win_sshd, tags: sshd}
|
||||
- {role: do1jlr.win_rdp, tags: rdp}
|
||||
- {role: do1jlr.win_obs_setup, tags: [user, obs]}
|
||||
- {role: do1jlr.win_parsec, tags: parsec}
|
||||
- {role: do1jlr.win_streamdeck, tags: streamdeck}
|
||||
|
|
Loading…
Reference in a new issue