From b731a1436d04e76031f93ceba198482dc51e2d52 Mon Sep 17 00:00:00 2001 From: Aine Date: Tue, 4 Apr 2023 22:58:14 +0300 Subject: [PATCH] system/ssh - add group and host vars to manage ssh keys --- docs/services/system.md | 4 ++-- requirements.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/system.md b/docs/services/system.md index d8bb491..55b3d16 100644 --- a/docs/services/system.md +++ b/docs/services/system.md @@ -51,8 +51,8 @@ system_security_ssh_enabled: true system_security_ssh_port: 22 -system_security_ssh_authorizedkeys: [] # list of authorized public keys -system_security_ssh_unauthorizedkeys: [] # list of unauthorized/revoked public keys +system_security_ssh_authorizedkeys_host: [] # list of authorized public keys +system_security_ssh_unauthorizedkeys_host: [] # list of unauthorized/revoked public keys ######################################################################## # # diff --git a/requirements.yml b/requirements.yml index 1379615..d847938 100644 --- a/requirements.yml +++ b/requirements.yml @@ -106,7 +106,7 @@ - src: git+https://gitlab.com/etke.cc/roles/soft_serve.git version: v0.4.7-0 - src: git+https://gitlab.com/etke.cc/roles/ssh.git - version: 237adf859f9270db8a60e720bc4a58164806644e + version: 13440992374e0fef8f6360a0856b78b37a1fd831 - src: git+https://gitlab.com/etke.cc/roles/swap.git version: abfb18b6862108bbf24347500446203170324d7f - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-syncthing.git