mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-04 23:16:35 -03:00
42 lines
No EOL
542 B
YAML
42 lines
No EOL
542 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
|
|
|
|
nomad:
|
|
hosts:
|
|
nomad.home:
|
|
vars:
|
|
ansible_user: root
|
|
docker_users:
|
|
- nomad
|
|
|
|
zomboid:
|
|
hosts:
|
|
zomboid.home:
|
|
vars:
|
|
ansible_user: root
|
|
|
|
ftp:
|
|
hosts:
|
|
ac.home:
|
|
vars:
|
|
ansible_user: root |