diff --git a/hosts/inerro.tre2.local.yml b/hosts/inerro.tre2.local.yml index 06f4825..1977d48 100644 --- a/hosts/inerro.tre2.local.yml +++ b/hosts/inerro.tre2.local.yml @@ -4,3 +4,5 @@ description: "Wandering excursion" targets: - admin - workstations + +ansible_python_interpreter: /usr/bin/python3 diff --git a/hosts/serico-nox.tre2.local.yml b/hosts/serico-nox.tre2.local.yml new file mode 100644 index 0000000..c6089af --- /dev/null +++ b/hosts/serico-nox.tre2.local.yml @@ -0,0 +1,8 @@ +--- +description: "Smooth as Silk" + +targets: + - admin + - workstations + +ansible_python_interpreter: /usr/bin/python3 diff --git a/hosts/vigil-nox.tre2.local.yml b/hosts/vigil-nox.tre2.local.yml new file mode 100644 index 0000000..bc7e52b --- /dev/null +++ b/hosts/vigil-nox.tre2.local.yml @@ -0,0 +1,8 @@ +--- +description: "Watcher who Watches the Watchmen" + +targets: + - admin + - workstations + +ansible_python_interpreter: /usr/bin/python3