31 lines
724 B
INI
31 lines
724 B
INI
# yamllint disable-line rule:new-lines
|
|
---
|
|
homelab:
|
|
children:
|
|
servers:
|
|
hosts:
|
|
dlna:
|
|
ansible_host: dlna.home.lab.local
|
|
torrent:
|
|
ansible_host: torrent.home.lab.local
|
|
microbin:
|
|
ansible_host: microbin.home.lab.local
|
|
sandbox:
|
|
ansible_host: 192.168.0.101
|
|
children:
|
|
dns:
|
|
hosts:
|
|
dns1:
|
|
ansible_host: ns1.home.lab.local
|
|
vars:
|
|
ansible_user: ovodianov
|
|
debian:
|
|
children:
|
|
proxmox:
|
|
hosts:
|
|
pve[1:10].home.lab.local
|
|
vars:
|
|
ansible_user: root
|
|
vars:
|
|
ansible_ssh_private_key_file: ~/.ssh/home.lab.local
|