Add hpz440 host configuration and SSH setup for Windows; update Prometheus targets and variables

This commit is contained in:
2025-10-05 23:18:44 +02:00
parent 9b330f84a2
commit 0e167d747d
15 changed files with 305 additions and 144 deletions
+7
View File
@@ -0,0 +1,7 @@
- name: Setup ssh on Windows
hosts: windows
tasks:
- name: Setup ssh
ansible.builtin.include_tasks:
file: tasks/windows_ssh.yml