34 lines
840 B
YAML
34 lines
840 B
YAML
debianservers:
|
|
hosts:
|
|
hyperreal.coffee:
|
|
ansible_user: jas
|
|
ansible_host: hyperreal.headscale.moonshadow.dev
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
rpi400:
|
|
ansible_user: root
|
|
ansible_host: rpi400.headscale.moonshadow.dev
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
freebsdservers:
|
|
hosts:
|
|
nas:
|
|
ansible_user: jas
|
|
ansible_host: nas.headscale.moonshadow.dev
|
|
ansible_python_interpreter: /usr/local/bin/python3
|
|
moonshadow:
|
|
ansible_user: jas
|
|
ansible_host: moonshadow.headscale.moonshadow.dev
|
|
ansible_python_interpreter: /usr/local/bin/python3
|
|
|
|
promservers:
|
|
hosts:
|
|
desktop:
|
|
ansible_user: jas
|
|
ansible_host: localhost
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
promclients:
|
|
children:
|
|
debianservers:
|
|
freebsdservers:
|