Homelab/ansible/inventory/hosts.yml

29 lines
547 B
YAML
Raw Normal View History

all:
vars:
ansible_python_interpreter: /usr/bin/python3
# User admin a creer sur toutes les VMs
admin_user: Elewyn
# IP du NAS QNAP pour les montages NFS
nas_ip: 192.168.1.208
children:
gateway:
hosts:
vm-gateway:
ansible_host: 192.168.1.254
forgejo:
hosts:
vm-forgejo:
ansible_host: 192.168.1.50
nextcloud:
hosts:
vm-nextcloud:
ansible_host: 192.168.1.51
tools:
hosts:
vm-tools:
ansible_host: 192.168.1.52