add arg-spec for new variable ssh_server_service_enabled

Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
This commit is contained in:
Sebastian Gumprich 2024-06-24 10:28:53 +02:00
parent b0488e86d4
commit c02b5d9c3a

View file

@ -259,6 +259,10 @@ argument_specs:
default: true
type: bool
description: Set to `false` to disable the opensshd server.
ssh_server_service_enabled:
default: true
type: bool
description: Set to `false` to disable starting sshd at boot.
ssh_server_hardening:
default: true
type: bool