diff options
-rw-r--r-- | host_vars/CHV-DC-rainbow.ini | 5 | ||||
-rw-r--r-- | host_vars/LP-graphite.ini | 5 | ||||
-rw-r--r-- | host_vars/OOP-DV-stack0.ini | 5 | ||||
-rw-r--r-- | host_vars/OOP-FS-raspberry.ini | 5 | ||||
-rw-r--r-- | host_vars/OOP-RT-54gl.ini | 5 | ||||
-rw-r--r-- | host_vars/OOP-SW-01.ini | 5 | ||||
-rw-r--r-- | host_vars/PH-lineage.ini | 5 | ||||
-rw-r--r-- | host_vars/WS-bentonite.ini | 5 | ||||
-rw-r--r-- | host_vars/internet.ini | 5 |
9 files changed, 0 insertions, 45 deletions
diff --git a/host_vars/CHV-DC-rainbow.ini b/host_vars/CHV-DC-rainbow.ini deleted file mode 100644 index 65602f5..0000000 --- a/host_vars/CHV-DC-rainbow.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=CHV-DC-rainbow -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 deleted file mode 100644 index 7738984..0000000 --- a/host_vars/LP-graphite.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=LP-graphite -ansible_distribution=archlinux -ansible_port=22 -ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/OOP-DV-stack0.ini b/host_vars/OOP-DV-stack0.ini deleted file mode 100644 index ae95f59..0000000 --- a/host_vars/OOP-DV-stack0.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=OOP-DV-stack0 -ansible_distribution=openbsd -ansible_port=22 -ansible_python_interpreter=/usr/local/bin/python3 diff --git a/host_vars/OOP-FS-raspberry.ini b/host_vars/OOP-FS-raspberry.ini deleted file mode 100644 index 902e628..0000000 --- a/host_vars/OOP-FS-raspberry.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=OOP-FS-raspberry -ansible_distribution=debian -ansible_port=22 -ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/OOP-RT-54gl.ini b/host_vars/OOP-RT-54gl.ini deleted file mode 100644 index 18ae76e..0000000 --- a/host_vars/OOP-RT-54gl.ini +++ /dev/null @@ -1,5 +0,0 @@ - -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 deleted file mode 100644 index f9e6145..0000000 --- a/host_vars/OOP-SW-01.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=OOP-SW-01 -ansible_distribution= -ansible_port=22 -ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/PH-lineage.ini b/host_vars/PH-lineage.ini deleted file mode 100644 index 7837152..0000000 --- a/host_vars/PH-lineage.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=PH-lineage -ansible_distribution=archlinux -ansible_port=22 -ansible_python_interpreter=/usr/bin/python3 diff --git a/host_vars/WS-bentonite.ini b/host_vars/WS-bentonite.ini deleted file mode 100644 index 5432557..0000000 --- a/host_vars/WS-bentonite.ini +++ /dev/null @@ -1,5 +0,0 @@ - -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 deleted file mode 100644 index 98cecdc..0000000 --- a/host_vars/internet.ini +++ /dev/null @@ -1,5 +0,0 @@ - -ansible_host=internet -ansible_distribution= -ansible_port=22 -ansible_python_interpreter=/usr/bin/python3 |