Add Windows game optimization setup and configuration scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
@@ -1,7 +1,7 @@
|
||||
hostname: gpu-01.lab.alexpires.me
|
||||
ansible_user: "{{ lookup('env', 'ANSIBLE_USER') }}"
|
||||
|
||||
network_interface: eno1
|
||||
network_interface: enp3s0
|
||||
|
||||
# Users
|
||||
login_users:
|
||||
|
||||
Reference in New Issue
Block a user