Specify ansible_python_interpreter

Changed files
+10
+10
inventory.yml
···
hyperreal.coffee:
ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net
auxnc-8g:
ansible_user: jas
ansible_host: 152.53.39.153
nas-local:
ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net
auxnode:
ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net
auxnode2:
ansible_user: jas
ansible_host: 10.0.0.5
prometheus-servers:
hosts:
desktop:
ansible_user: jas
ansible_host: localhost
prometheus-clients:
hosts:
hyperreal.coffee:
ansible_user: jas
ansible_host: hyperreal.lyrebird-marlin.ts.net
nas-local:
ansible_user: jas
ansible_host: nas-local.lyrebird-marlin.ts.net
auxnode:
ansible_user: jas
ansible_host: auxnode.lyrebird-marlin.ts.net
auxnode2:
ansible_user: jas
ansible_host: 10.0.0.5
···
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