diff options
Diffstat (limited to 'host_vars')
l--------- | host_vars | 1 | ||||
-rw-r--r-- | host_vars/CHV-DC-rainbow.ini | 4 | ||||
-rw-r--r-- | host_vars/LP-graphite.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-DV-hell.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-DV-yellow.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-FS-raspberry.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-RT-54gl.ini | 4 | ||||
-rw-r--r-- | host_vars/OOP-SW-01.ini | 4 | ||||
-rw-r--r-- | host_vars/WS-bentonite.ini | 4 | ||||
-rw-r--r-- | host_vars/internet.ini | 4 |
10 files changed, 36 insertions, 1 deletions
diff --git a/host_vars b/host_vars deleted file mode 120000 index da9d6e3..0000000 --- a/host_vars +++ /dev/null @@ -1 +0,0 @@ -../infrastructure-vault/host_vars
\ No newline at end of file diff --git a/host_vars/CHV-DC-rainbow.ini b/host_vars/CHV-DC-rainbow.ini new file mode 100644 index 0000000..f23f260 --- /dev/null +++ b/host_vars/CHV-DC-rainbow.ini @@ -0,0 +1,4 @@ +# CHV-DC-rainbow + +ansible_host=CHV-DC-rainbow +ansible_distribution=centos diff --git a/host_vars/LP-graphite.ini b/host_vars/LP-graphite.ini new file mode 100644 index 0000000..bda5220 --- /dev/null +++ b/host_vars/LP-graphite.ini @@ -0,0 +1,4 @@ +# LP-graphite + +ansible_host=LP-graphite +ansible_distribution=archlinux diff --git a/host_vars/OOP-DV-hell.ini b/host_vars/OOP-DV-hell.ini new file mode 100644 index 0000000..6b3a690 --- /dev/null +++ b/host_vars/OOP-DV-hell.ini @@ -0,0 +1,4 @@ +# OOP-DV-hell + +ansible_host=OOP-DV-hell +ansible_distribution=openbsd diff --git a/host_vars/OOP-DV-yellow.ini b/host_vars/OOP-DV-yellow.ini new file mode 100644 index 0000000..78fc77a --- /dev/null +++ b/host_vars/OOP-DV-yellow.ini @@ -0,0 +1,4 @@ +# 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 new file mode 100644 index 0000000..01fc7e1 --- /dev/null +++ b/host_vars/OOP-FS-raspberry.ini @@ -0,0 +1,4 @@ +# OOP-FS-raspberry + +ansible_host=OOP-FS-raspberry +ansible_distribution=debian diff --git a/host_vars/OOP-RT-54gl.ini b/host_vars/OOP-RT-54gl.ini new file mode 100644 index 0000000..16f88b0 --- /dev/null +++ b/host_vars/OOP-RT-54gl.ini @@ -0,0 +1,4 @@ +# OOP-RT-54gl + +ansible_host=OOP-RT-54gl +ansible_distribution= diff --git a/host_vars/OOP-SW-01.ini b/host_vars/OOP-SW-01.ini new file mode 100644 index 0000000..5e58d5d --- /dev/null +++ b/host_vars/OOP-SW-01.ini @@ -0,0 +1,4 @@ +# OOP-SW-01 + +ansible_host=OOP-SW-01 +ansible_distribution= diff --git a/host_vars/WS-bentonite.ini b/host_vars/WS-bentonite.ini new file mode 100644 index 0000000..77cc6e4 --- /dev/null +++ b/host_vars/WS-bentonite.ini @@ -0,0 +1,4 @@ +# WS-bentonite + +ansible_host=WS-bentonite +ansible_distribution=archlinux diff --git a/host_vars/internet.ini b/host_vars/internet.ini new file mode 100644 index 0000000..8df6262 --- /dev/null +++ b/host_vars/internet.ini @@ -0,0 +1,4 @@ +# internet + +ansible_host=internet +ansible_distribution= |