summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-27 18:28:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-27 18:28:19 +0200
commit7f1ce0ed46867239d2158a43c1446dffeb131827 (patch)
tree11a19d020b85212d4e6ca1fd3bbd0354338865a4 /inventory/host_vars
parentsk-cloudio/sk-tomnext-nc: update kubernetes (diff)
fix installer for openbsd
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-router-obsd.yml1
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-router-obsd.yml b/inventory/host_vars/ch-router-obsd.yml
index 61496df0..98ac58f6 100644
--- a/inventory/host_vars/ch-router-obsd.yml
+++ b/inventory/host_vars/ch-router-obsd.yml
@@ -30,5 +30,6 @@ network:
interfaces:
- *_network_primary_
+sshd_allowusers_host: "{{ normal_users_host | union(admin_users_host) | union(['greenbone']) }}"
# https://www.pauladamsmith.com/blog/2018/07/fixing-bufferbloat-on-your-home-network-with-openbsd-6.2-or-newer.html
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index 415e6774..879ef694 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -35,3 +35,5 @@ network:
- *_network_primary_
ntp_variant: systemd-timesyncd
+
+sshd_allowusers_host: "{{ normal_users_host | union(admin_users_host) | union(['greenbone']) }}"