mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
22 lines
No EOL
319 B
YAML
22 lines
No EOL
319 B
YAML
proxmox:
|
|
hosts:
|
|
csgo.home:
|
|
containers.home:
|
|
vpn.home:
|
|
vars:
|
|
ansible_user: luigi
|
|
ansible_become: true
|
|
|
|
dockerhost:
|
|
hosts:
|
|
containers.home:
|
|
vars:
|
|
ansible_user: luigi
|
|
ansible_become: true
|
|
|
|
dockeragent:
|
|
hosts:
|
|
csgo.home:
|
|
vars:
|
|
ansible_user: luigi
|
|
ansible_become: true |