Specify ansible_python_interpreter

This commit is contained in:
Jeffrey Serio 2025-01-20 16:41:09 -06:00
parent 92d90eed33
commit 98d7285d34

View File

@ -3,36 +3,46 @@ servers:
hyperreal.coffee:
ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnc-8g:
ansible_user: jas
ansible_host: 152.53.39.153
ansible_python_interpreter: /usr/bin/python3
nas-local:
ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode:
ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode2:
ansible_user: jas
ansible_host: 10.0.0.5
ansible_python_interpreter: /usr/bin/python3
prometheus-servers:
hosts:
desktop:
ansible_user: jas
ansible_host: localhost
ansible_python_interpreter: /usr/bin/python3
prometheus-clients:
hosts:
hyperreal.coffee:
ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
nas-local:
ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode:
ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode2:
ansible_user: jas
ansible_host: 10.0.0.5
ansible_python_interpreter: /usr/bin/python3