improve sshd and winrm setup
This commit is contained in:
parent
8ffb350be7
commit
421d84fa4c
5 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -34,3 +34,6 @@
|
||||||
[submodule "roles/do1jlr.win_sshd"]
|
[submodule "roles/do1jlr.win_sshd"]
|
||||||
path = roles/do1jlr.win_sshd
|
path = roles/do1jlr.win_sshd
|
||||||
url = https://backwesen.de/voc/win_ansible_role_sshd.git
|
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
|
1
roles/do1jlr.win_winerm
Submodule
1
roles/do1jlr.win_winerm
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e50ada51920a97144dcce6453ce1cfa8c402d975
|
|
@ -3,6 +3,7 @@
|
||||||
community.windows.win_msg:
|
community.windows.win_msg:
|
||||||
display_seconds: 60
|
display_seconds: 60
|
||||||
msg: Automated upgrade about to start. Please save your work and log off immeditially
|
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
|
- name: Ensure WinRM starts when the system has settled and is ready to work reliably
|
||||||
ansible.windows.win_service:
|
ansible.windows.win_service:
|
||||||
|
|
1
site.yml
1
site.yml
|
@ -9,6 +9,7 @@
|
||||||
hosts: obs
|
hosts: obs
|
||||||
roles:
|
roles:
|
||||||
- {role: win_warn_ansible_start, tags: [always, warn]}
|
- {role: win_warn_ansible_start, tags: [always, warn]}
|
||||||
|
- {role: do1jlr.win_winerm, tags: winrm}
|
||||||
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
- {role: do1jlr.win_base_setup, tags: [user, setup]}
|
||||||
- {role: do1jlr.win_zeroconf, tags: zeroconf}
|
- {role: do1jlr.win_zeroconf, tags: zeroconf}
|
||||||
- {role: do1jlr.win_firewall_icmp, tags: firewall}
|
- {role: do1jlr.win_firewall_icmp, tags: firewall}
|
||||||
|
|
Loading…
Reference in a new issue