Update inventory to reflect headnet

This commit is contained in:
Jeffrey Serio 2025-02-19 19:28:32 -06:00
parent 1281a2e99c
commit d66ca32a4c

View File

@ -2,23 +2,19 @@ debianservers:
hosts: hosts:
hyperreal.coffee: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net ansible_host: hyperreal
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
auxnc-8g: auxnc-8g:
ansible_user: jas ansible_user: jas
ansible_host: 152.53.39.153 ansible_host: auxnc-8g
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
nas: nas:
ansible_user: jas ansible_user: jas
ansible_host: nas.lyrebird-marlin.ts.net ansible_host: nas
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
auxnode: headscale:
ansible_user: jas ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net ansible_host: headscale
ansible_python_interpreter: /usr/bin/python3
auxnode2:
ansible_user: jas
ansible_host: 10.0.0.5
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
promservers: promservers:
@ -32,17 +28,17 @@ promclients:
hosts: hosts:
hyperreal.coffee: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net ansible_host: hyperreal
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
nas: nas:
ansible_user: jas ansible_user: jas
ansible_host: nas.lyrebird-marlin.ts.net ansible_host: nas
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
auxnode: backup:
ansible_user: jas ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net ansible_host: backup
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
auxnode2: headscale:
ansible_user: jas ansible_user: jas
ansible_host: 10.0.0.5 ansible_host: headscale
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3