From 91b06c38d483c7f002843b8d9b538ace635c0abd Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 11 Aug 2020 11:25:55 +0200 Subject: new templates --- host_vars/CHV-DC-rainbow.ini | 4 +++- host_vars/LP-graphite.ini | 2 ++ host_vars/OOP-DV-hell.ini | 4 ---- host_vars/OOP-DV-stack0.ini | 2 ++ host_vars/OOP-DV-yellow.ini | 4 ---- host_vars/OOP-FS-raspberry.ini | 2 ++ host_vars/OOP-RT-54gl.ini | 2 ++ host_vars/OOP-SW-01.ini | 2 ++ host_vars/WS-bentonite.ini | 2 ++ host_vars/internet.ini | 2 ++ 10 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 host_vars/OOP-DV-hell.ini delete mode 100644 host_vars/OOP-DV-yellow.ini (limited to 'host_vars') diff --git a/host_vars/CHV-DC-rainbow.ini b/host_vars/CHV-DC-rainbow.ini index f23f260..3ca7dd6 100644 --- a/host_vars/CHV-DC-rainbow.ini +++ b/host_vars/CHV-DC-rainbow.ini @@ -1,4 +1,6 @@ # CHV-DC-rainbow ansible_host=CHV-DC-rainbow -ansible_distribution=centos +ansible_distribution=openbsd +ansible_port=22 +ansible_python_interpreter=/usr/local/bin/python3 diff --git a/host_vars/LP-graphite.ini b/host_vars/LP-graphite.ini index bda5220..cbad981 100644 --- a/host_vars/LP-graphite.ini +++ b/host_vars/LP-graphite.ini @@ -2,3 +2,5 @@ ansible_host=LP-graphite ansible_distribution=archlinux +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/OOP-DV-hell.ini b/host_vars/OOP-DV-hell.ini deleted file mode 100644 index 6b3a690..0000000 --- a/host_vars/OOP-DV-hell.ini +++ /dev/null @@ -1,4 +0,0 @@ -# OOP-DV-hell - -ansible_host=OOP-DV-hell -ansible_distribution=openbsd diff --git a/host_vars/OOP-DV-stack0.ini b/host_vars/OOP-DV-stack0.ini index 623a4e8..88524b2 100644 --- a/host_vars/OOP-DV-stack0.ini +++ b/host_vars/OOP-DV-stack0.ini @@ -2,3 +2,5 @@ ansible_host=OOP-DV-stack0 ansible_distribution=openbsd +ansible_port=22 +ansible_python_interpreter=/usr/local/bin/python3 diff --git a/host_vars/OOP-DV-yellow.ini b/host_vars/OOP-DV-yellow.ini deleted file mode 100644 index 78fc77a..0000000 --- a/host_vars/OOP-DV-yellow.ini +++ /dev/null @@ -1,4 +0,0 @@ -# OOP-DV-yellow - -ansible_host=OOP-DV-yellow -ansible_distribution=centos diff --git a/host_vars/OOP-FS-raspberry.ini b/host_vars/OOP-FS-raspberry.ini index 01fc7e1..534db15 100644 --- a/host_vars/OOP-FS-raspberry.ini +++ b/host_vars/OOP-FS-raspberry.ini @@ -2,3 +2,5 @@ ansible_host=OOP-FS-raspberry ansible_distribution=debian +ansible_port=2244 +ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/OOP-RT-54gl.ini b/host_vars/OOP-RT-54gl.ini index 16f88b0..35aad88 100644 --- a/host_vars/OOP-RT-54gl.ini +++ b/host_vars/OOP-RT-54gl.ini @@ -2,3 +2,5 @@ ansible_host=OOP-RT-54gl ansible_distribution= +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/OOP-SW-01.ini b/host_vars/OOP-SW-01.ini index 5e58d5d..81a3214 100644 --- a/host_vars/OOP-SW-01.ini +++ b/host_vars/OOP-SW-01.ini @@ -2,3 +2,5 @@ ansible_host=OOP-SW-01 ansible_distribution= +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/WS-bentonite.ini b/host_vars/WS-bentonite.ini index 77cc6e4..a15f388 100644 --- a/host_vars/WS-bentonite.ini +++ b/host_vars/WS-bentonite.ini @@ -2,3 +2,5 @@ ansible_host=WS-bentonite ansible_distribution=archlinux +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/internet.ini b/host_vars/internet.ini index 8df6262..d50987f 100644 --- a/host_vars/internet.ini +++ b/host_vars/internet.ini @@ -2,3 +2,5 @@ ansible_host=internet ansible_distribution= +ansible_port=22 +ansible_python_interpreter=/usr/bin/python3 -- cgit v1.2.3