diff options
l--------- | group_vars | 1 | ||||
-rw-r--r-- | group_vars/all | 43 | ||||
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 |
12 files changed, 79 insertions, 2 deletions
diff --git a/group_vars b/group_vars deleted file mode 120000 index 90e582a..0000000 --- a/group_vars +++ /dev/null @@ -1 +0,0 @@ -../infrastructure-vault/group_vars
\ No newline at end of file diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..dac1ada --- /dev/null +++ b/group_vars/all @@ -0,0 +1,43 @@ + +# =========================================================================== # +# _ ______ ___________ +# | | / / __ `/ ___/ ___/ +# | |/ / /_/ / / (__ ) +# |___/\__,_/_/ /____(_) +# +# =========================================================================== # + + +# =========================================================================== # +# SYSTEMD VARIABLES +# =========================================================================== # + +g_systemd_unit_directory: /etc/systemd/system/ + + +# =========================================================================== # +# PORT VARIABLES +# =========================================================================== # + +g_port_ssh: 22 +g_port_http: 80 +g_port_https: 443 + +g_port_gitweb_gui: 16010 +g_port_mkdocs_gui: 16020 +g_port_syncthing_gui: 16030 +g_port_grafana_gui: 16090 +g_port_wireguard: 51100 +g_port_grafana: 51200 + +# =========================================================================== # +# IP VARIABLES +# =========================================================================== # + +g_ip_mkdocs_gui: 0.0.0.0 + +# =========================================================================== # +# LOGGING VARIABLES +# =========================================================================== # + +g_logging_directory: /var/REPLACEME 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= |