mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
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:
parent
b0488e86d4
commit
c02b5d9c3a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue