all: children: env_homelab: hosts: ali2v.xeon.home: null hp.nas.home: null hp2.i7.home: null hp3.i5.home: null mimi.pc.home: null orangepi.pc.home: null raspi.4gb.home: null raspi.8gb.home: null env_lab: hosts: dev.lab.home: null media.labb.home: null env_prod: hosts: ali2v.truenas.home: null automate.prod.home: null dev.prod.home: null hp.truenas.home: null jump.point.home: null env_test: hosts: {} env_test2: hosts: {} local_test: hosts: localhost: ansible_connection: local ansible_python_interpreter: '{{ ansible_playbook_python }}' role_docker: hosts: automate.prod.home: null dev.lab.home: null dev.prod.home: null jump.point.home: null media.labb.home: null orangepi.pc.home: null raspi.4gb.home: null raspi.8gb.home: null role_lab_servers: hosts: dev.lab.home: null media.labb.home: null role_prod_servers: hosts: automate.prod.home: null dev.prod.home: null jump.point.home: null role_proxmox: hosts: ali2v.xeon.home: null hp.nas.home: null hp2.i7.home: null hp3.i5.home: null mimi.pc.home: null role_sbc: hosts: orangepi.pc.home: null raspi.4gb.home: null raspi.8gb.home: null role_test: hosts: {} role_test2: hosts: {} role_truenas: hosts: ali2v.truenas.home: ansible_python_interpreter: /usr/bin/python3 hp.truenas.home: null