From 2c7c74be56f2c2e49e13a17f418111509a12694f Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sat, 24 Aug 2019 14:39:25 -0400 Subject: [PATCH] Rename serico and vigil host vars to use FQDNs Convert fedora 30 devices to using python3 for remote ansible interpreter --- hosts/inerro.tre2.local.yml | 2 ++ hosts/serico-nox.tre2.local.yml | 8 ++++++++ hosts/vigil-nox.tre2.local.yml | 8 ++++++++ 3 files changed, 18 insertions(+) create mode 100644 hosts/serico-nox.tre2.local.yml create mode 100644 hosts/vigil-nox.tre2.local.yml 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