summaryrefslogtreecommitdiff
path: root/inventory
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
parentsk-cloudio/sk-tomnext-nc: update kubernetes (diff)
fix installer for openbsd
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/chaos-at-home/vars.yml2
-rw-r--r--inventory/host_vars/ch-router-obsd.yml1
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml2
3 files changed, 4 insertions, 1 deletions
diff --git a/inventory/group_vars/chaos-at-home/vars.yml b/inventory/group_vars/chaos-at-home/vars.yml
index 316d28a3..0cc12f3b 100644
--- a/inventory/group_vars/chaos-at-home/vars.yml
+++ b/inventory/group_vars/chaos-at-home/vars.yml
@@ -47,7 +47,7 @@ chaos_at_home_internal_ca_cert: |
greenbone_target_user_ssh_keys:
- - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0TJ4KzssVol0mV/EIe8ckYJgr3HBhaYdYDdyKQvzPSHwi8ZA9Ajc4lDSP5WNn9YHixc3G/JXcWvzkBjfQKCT0UlrJiFP/+t35rImLSt6MwEhWJzqiP7yZNExp3yVQSBMY6sS8Zbpg6o8hlnZJPuqEvbTDQL4lKplJjuv8AprBd1O0OhixEySps7KP7bA94jh1lq0Rp+u7snwTm0cZKTQ00s7yLvQ5psvm0E/9FTIZtzkMG8lq/kxBqK20+tw5EZOvxIrR1KQszZBfgHY5s6enjj8eqHv/aa/CryvrbFXUxpfNJUVEkzpaRBWZDRnGn2usFz8YOR0wEy4gNgG6Zx1tce1bsQvmesJWpvbT3eNf74GowR3vEoaZNJHXhEkBrmKYbbddRgkFrePU4V6/QINuT93hIiz3/vrUeuh0gcWhFWRsRer4CHtHT2Wzw+rl6VNW4AyqRSBeZ6qLwu9/6obWPcrafgt/wItk3G6EIXTpRHT7Xz2sVAW2uiAXQenWdas=
+ - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp5xbhNTsOYmru13vk/MKNa58SDcJJyjfRiktfr3E4HDkxJLQTecnydD+jibvd8uE/1CfaCY0bomeTLdOiZPYqMmdS3TRHdlTLaugtbnkd7q9phux43m+VPVyGelIb4Z9Stb+wOiih81yVxk6gHS6Dec1ZVxVALNpHsQV918K1qt6i7QwACsaAB84NUTyEQT26HiT8muoOcMhVjM2+MyC/omRZElTTv8XANywT/IOwngh/BOVv/bxQzGUNBv8X9n8wbYopkkiQaCuKqD0b/53QKVWqn34LlAB3BM6XuFzArG2gSIQqxvVHWx2LbFxLjvAUtd4cDcw9xMDftAKRCO/Zay9RPg/ul1vJfboBoBTveMGSTz5MqbOf/K8nxO7r/eI9fLH0Tn44FrtytsKu9hwntdEr88zwKti2Dd7l7FMWEVLXbZJgV/mI4TvD+kNepauAeMiyf2TIw+hjDmIv2t0wfPKItsrj2SvDrndbnxotfWL+1LnSw0Axe4DHfz4MORM=
whawty_auth_store__chaos_at_home:
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']) }}"