--- # CLI Standardization inventory # Add target hosts here. Group by OS family for role routing. # # Example: # # all: # children: # arch: # hosts: # manjaro-dev: # ansible_host: 192.168.1.100 # ansible_user: herby # debian: # hosts: # proxmox-01: # ansible_host: 192.168.1.10 # ansible_user: root # ubuntu-nas: # ansible_host: 192.168.1.20 # ansible_user: herby all: children: arch: hosts: {} debian: hosts: {}