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
@@ -0,0 +1,35 @@
hostname: hpz440.lab.alexpires.me
ansible_user: "{{ lookup('env', 'ANSIBLE_USER') }}"
ansible_password: "{{ lookup('env', 'WIN_HPZ440_PASSWORD') }}"
ansible_connection: winrm
ansible_winrm_transport: basic
ansible_winrm_server_cert_validation: ignore
ssh_users:
- name: "{{ ansible_user }}"
admin: true
keys:
- "{{ lookup('file', 'keys/ansible_user.pub') }}"
- name: HP
admin: true
keys:
- "{{ lookup('file', 'keys/operator.pub') }}"
grafana_prometheus_sources:
- 10.19.4.136
windows_exporter_collectors:
- cache
- cpu
- cpu_info
- gpu
- diskdrive
- logical_disk
- memory
- net
- os
- process
- service
- tcp
- time
- update