Files
a13labs.infra/ansible/host_vars/game-01.lab.alexpires.me.yml
T

40 lines
855 B
YAML
Raw Normal View History

hostname: game-01.lab.alexpires.me
ansible_user: "{{ lookup('env', 'ANSIBLE_USER') }}"
ansible_password: "{{ lookup('env', 'WIN_PROVISION_PASSWORD') }}"
ansible_connection: winrm
ansible_winrm_transport: basic
ansible_winrm_server_cert_validation: ignore
game_user: "GameUser"
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:
- cache
- cpu
- cpu_info
- gpu
- diskdrive
- logical_disk
- memory
- net
- os
- process
- service
- tcp
- time
- update