Use FQDN for headnet hosts

This commit is contained in:
Jeffrey Serio 2025-02-19 19:36:34 -06:00
parent 0078b18c92
commit fa019e7f06

View File

@ -2,7 +2,7 @@ debianservers:
hosts: hosts:
hyperreal.coffee: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal ansible_host: hyperreal.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
auxnc-8g: auxnc-8g:
ansible_user: jas ansible_user: jas
@ -10,11 +10,11 @@ debianservers:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
nas: nas:
ansible_user: jas ansible_user: jas
ansible_host: nas ansible_host: nas.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
headscale: headscale:
ansible_user: jas ansible_user: jas
ansible_host: headscale ansible_host: headscale.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
promservers: promservers:
@ -28,17 +28,17 @@ promclients:
hosts: hosts:
hyperreal.coffee: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal ansible_host: hyperreal.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
nas: nas:
ansible_user: jas ansible_user: jas
ansible_host: nas ansible_host: nas.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
backup: backup:
ansible_user: jas ansible_user: jas
ansible_host: backup ansible_host: backup.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
headscale: headscale:
ansible_user: jas ansible_user: jas
ansible_host: headscale ansible_host: headscale.headscale.moonshadow.dev
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3