Newer
Older
[production]
node10 ansible_host=192.168.1.10
node33 ansible_host=192.168.1.33
[staging]
node20 ansible_host=192.168.1.20
node44 ansible_host=192.168.1.44
[station]
localhost
node11 ansible_host=192.168.1.11
node22 ansible_host=192.168.1.22
[physical:children]
station
[server:children]
pve
[all:vars]
inventory_fqdn="{{ inventory_hostname }}.local"
ldp_token="<PUT-YOURS-HERE>"
ldp_zone="<PUT-YOURS-HERE>"
my_user="<USERNAME>"
user_shell=/bin/bash
[backup:vars]
backup_user="<BACKUP_USERNAME>"
[pve:vars]
inventory_fqdn="{{ inventory_hostname }}.domain.tld"
timezone="UTC"