From 6fb164434961f0252a4eee26974f8011a6899998 Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 22 Jul 2020 14:58:34 +0200 Subject: Public batch --- host_vars/.ini | 4 ++++ host_vars/.yml | 4 ++++ host_vars/CHV-DC-rainbow.ini | 4 ++++ host_vars/LP-graphite.ini | 4 ++++ host_vars/OOP-DV-hell.ini | 4 ++++ host_vars/OOP-DV-yellow.ini | 4 ++++ host_vars/OOP-FS-raspberry.ini | 4 ++++ host_vars/OOP-RT-54gl.ini | 4 ++++ host_vars/OOP-SW-01.ini | 4 ++++ host_vars/WS-bentonite.ini | 4 ++++ host_vars/internet.ini | 4 ++++ 11 files changed, 44 insertions(+) create mode 100644 host_vars/.ini create mode 100644 host_vars/.yml create mode 100644 host_vars/CHV-DC-rainbow.ini create mode 100644 host_vars/LP-graphite.ini create mode 100644 host_vars/OOP-DV-hell.ini create mode 100644 host_vars/OOP-DV-yellow.ini create mode 100644 host_vars/OOP-FS-raspberry.ini create mode 100644 host_vars/OOP-RT-54gl.ini create mode 100644 host_vars/OOP-SW-01.ini create mode 100644 host_vars/WS-bentonite.ini create mode 100644 host_vars/internet.ini (limited to 'host_vars') 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= -- cgit v1.2.3