Rename serico and vigil host vars to use FQDNs
Convert fedora 30 devices to using python3 for remote ansible interpreter
This commit is contained in:
@@ -4,3 +4,5 @@ description: "Wandering excursion"
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
8
hosts/serico-nox.tre2.local.yml
Normal file
8
hosts/serico-nox.tre2.local.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: "Smooth as Silk"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
8
hosts/vigil-nox.tre2.local.yml
Normal file
8
hosts/vigil-nox.tre2.local.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: "Watcher who Watches the Watchmen"
|
||||
|
||||
targets:
|
||||
- admin
|
||||
- workstations
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
Reference in New Issue
Block a user