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: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net ansible_host: hyperreal.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnc-8g: auxnc-8g:
ansible_user: jas ansible_user: jas
ansible_host: 152.53.39.153 ansible_host: 152.53.39.153
ansible_python_interpreter: /usr/bin/python3
nas-local: nas-local:
ansible_user: jas ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net ansible_host: nas-local.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode: auxnode:
ansible_user: jas ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net ansible_host: auxnode.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode2: auxnode2:
ansible_user: jas ansible_user: jas
ansible_host: 10.0.0.5 ansible_host: 10.0.0.5
ansible_python_interpreter: /usr/bin/python3
prometheus-servers: prometheus-servers:
hosts: hosts:
desktop: desktop:
ansible_user: jas ansible_user: jas
ansible_host: localhost ansible_host: localhost
ansible_python_interpreter: /usr/bin/python3
prometheus-clients: prometheus-clients:
hosts: hosts:
hyperreal.coffee: hyperreal.coffee:
ansible_user: jas ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net ansible_host: hyperreal.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
nas-local: nas-local:
ansible_user: jas ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net ansible_host: nas-local.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode: auxnode:
ansible_user: jas ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net ansible_host: auxnode.lyrebird-marlin.ts.net
ansible_python_interpreter: /usr/bin/python3
auxnode2: auxnode2:
ansible_user: jas ansible_user: jas
ansible_host: 10.0.0.5 ansible_host: 10.0.0.5
ansible_python_interpreter: /usr/bin/python3