diff options
author | binary <me@rgoncalves.se> | 2020-11-10 20:45:42 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-10 20:45:42 +0100 |
commit | 89c7516b1f9ec4ce7ce2947f98f2070c242f4459 (patch) | |
tree | 8f86bae6bea2533284ab01f399e03d0b93d8c5b3 /host_vars | |
parent | 80b5d3d5b8846bd0396dbe38fe83f85c34f84ede (diff) | |
download | infrastructure-89c7516b1f9ec4ce7ce2947f98f2070c242f4459.tar.gz |
Remove unused variables
Diffstat (limited to 'host_vars')
-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 |