system/ssh - add group and host vars to manage ssh keys

This commit is contained in:
Aine 2023-04-04 22:58:14 +03:00
parent 0314cf055a
commit b731a1436d
No known key found for this signature in database
GPG key ID: 34969C908CCA2804
2 changed files with 3 additions and 3 deletions

View file

@ -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
########################################################################
# #

View file

@ -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