diff options
author | binary <me@rgoncalves.se> | 2020-07-22 14:58:34 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-07-22 14:58:34 +0200 |
commit | 6fb164434961f0252a4eee26974f8011a6899998 (patch) | |
tree | 951600c47a0f4d4cfe0baa5220b2829ba613f01e /host_vars | |
parent | a75beaf1425502222d34088302253434ddf96721 (diff) | |
download | infrastructure-6fb164434961f0252a4eee26974f8011a6899998.tar.gz |
Public batch
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/.ini | 4 | ||||
-rw-r--r-- | host_vars/.yml | 4 | ||||
-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 |
11 files changed, 44 insertions, 0 deletions
diff --git a/host_vars/.ini b/host_vars/.ini new file mode 100644 index 0000000..bd41752 --- /dev/null +++ b/host_vars/.ini @@ -0,0 +1,4 @@ +# + +ansible_host= +ansible_distribution= diff --git a/host_vars/.yml b/host_vars/.yml new file mode 100644 index 0000000..abf32a9 --- /dev/null +++ b/host_vars/.yml @@ -0,0 +1,4 @@ +# + +ansible_host = +ansible_distribution = 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= |