diff options
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/CHV-DC-rainbow.ini | 4 | ||||
-rw-r--r-- | host_vars/LP-graphite.ini | 2 | ||||
-rw-r--r-- | host_vars/OOP-DV-hell.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-DV-stack0.ini | 6 | ||||
-rw-r--r-- | host_vars/OOP-DV-yellow.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-FS-raspberry.ini | 2 | ||||
-rw-r--r-- | host_vars/OOP-RT-54gl.ini | 2 | ||||
-rw-r--r-- | host_vars/OOP-SW-01.ini | 2 | ||||
-rw-r--r-- | host_vars/WS-bentonite.ini | 2 | ||||
-rw-r--r-- | host_vars/internet.ini | 2 |
10 files changed, 21 insertions, 9 deletions
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 new file mode 100644 index 0000000..88524b2 --- /dev/null +++ b/host_vars/OOP-DV-stack0.ini @@ -0,0 +1,6 @@ +# OOP-DV-stack0 + +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 |