diff --git a/inventory.sample b/inventory.sample index 4037b1a2a33e1535c10635a0c97b73c9949e70e9..200534e5f7c7c98ff4dc5df5acb6bcbc8e3f4fa4 100644 --- a/inventory.sample +++ b/inventory.sample @@ -1,35 +1,54 @@ -[physical] -192.168.1.1 -192.168.1.11 +[production] +node10 ansible_host=192.168.1.10 +node33 ansible_host=192.168.1.33 -[gnome] -192.168.1.11 +[staging] +node20 ansible_host=192.168.1.20 +node44 ansible_host=192.168.1.44 -[mate] -192.168.1.2 +[station] +localhost +node11 ansible_host=192.168.1.11 +node22 ansible_host=192.168.1.22 -[virtual] -192.168.1.2 -192.168.1.22 -[server] -192.168.1.1 -192.168.1.2 +[gnome] +node11 + +[mate] +node2 [workstat] -192.168.1.11 +node11 -[station] -localhost -192.168.1.11 -192.168.1.22 +[physical:children] +station + +[server:children] +pve [station:children] gnome mate workstat + +[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] + + [server:vars] +gateway="<GATEWAY_IP>" +inventory_fqdn="{{ inventory_hostname }}.domain.tld" timezone="UTC" gateway="<GATEWAY_IP>"