improve sshd and winrm setup
This commit is contained in:
parent
8ffb350be7
commit
421d84fa4c
|
@ -34,3 +34,6 @@
|
|||
[submodule "roles/do1jlr.win_sshd"]
|
||||
path = roles/do1jlr.win_sshd
|
||||
url = https://backwesen.de/voc/win_ansible_role_sshd.git
|
||||
[submodule "roles/do1jlr.win_winerm"]
|
||||
path = roles/do1jlr.win_winerm
|
||||
url = https://backwesen.de/voc/win_ansible_role_winrm.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 61b785cae02215e0d7dc3878da5d792e198a595c
|
||||
Subproject commit edd671a7bdc3c5961cb551e9859162aab345d87c
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e50ada51920a97144dcce6453ce1cfa8c402d975
|
|
@ -3,6 +3,7 @@
|
|||
community.windows.win_msg:
|
||||
display_seconds: 60
|
||||
msg: Automated upgrade about to start. Please save your work and log off immeditially
|
||||
changed_when: false
|
||||
|
||||
- name: Ensure WinRM starts when the system has settled and is ready to work reliably
|
||||
ansible.windows.win_service:
|
||||
|
|
Loading…
Reference in New Issue