Add hpz440 host configuration and SSH setup for Windows; update Prometheus targets and variables
This commit is contained in:
@@ -10,6 +10,16 @@ game_password: "{{ lookup('env', 'WIN_GAME_PASSWORD') }}"
|
||||
game_default_groups:
|
||||
- Administradores # This is mandatory to install games
|
||||
|
||||
ssh_users:
|
||||
- name: "{{ ansible_user }}"
|
||||
admin: true
|
||||
keys:
|
||||
- "{{ lookup('file', 'keys/ansible_user.pub') }}"
|
||||
- name: calex
|
||||
admin: true
|
||||
keys:
|
||||
- "{{ lookup('file', 'keys/operator.pub') }}"
|
||||
|
||||
grafana_prometheus_sources:
|
||||
- 10.19.4.136
|
||||
windows_exporter_collectors:
|
||||
|
||||
Reference in New Issue
Block a user