1debianservers: 2 hosts: 3 hyperreal.coffee: 4 ansible_user: jas 5 ansible_host: hyperreal.headscale.moonshadow.dev 6 ansible_python_interpreter: /usr/bin/python3 7 auxnc-8g: 8 ansible_user: jas 9 ansible_host: auxnc-8g 10 ansible_python_interpreter: /usr/bin/python3 11 headscale: 12 ansible_user: jas 13 ansible_host: headscale.headscale.moonshadow.dev 14 ansible_python_interpreter: /usr/bin/python3 15 16freebsdservers: 17 hosts: 18 nas: 19 ansible_user: jas 20 ansible_host: nas.headscale.moonshadow.dev 21 ansible_python_interpreter: /usr/local/bin/python3 22 23promservers: 24 hosts: 25 desktop: 26 ansible_user: jas 27 ansible_host: localhost 28 ansible_python_interpreter: /usr/bin/python3 29 30promclients: 31 hosts: 32 desktop: 33 ansible_user: jas 34 ansible_host: desktop.headscale.moonshadow.dev 35 ansible_python_interpreter: /usr/bin/python3 36 hyperreal.coffee: 37 ansible_user: jas 38 ansible_host: hyperreal.headscale.moonshadow.dev 39 ansible_python_interpreter: /usr/bin/python3 40 backup: 41 ansible_user: jas 42 ansible_host: backup.headscale.moonshadow.dev 43 ansible_python_interpreter: /usr/bin/python3 44 headscale: 45 ansible_user: jas 46 ansible_host: headscale.headscale.moonshadow.dev 47 ansible_python_interpreter: /usr/bin/python3