Skip to content

Commit

Permalink
add arg-spec for new variable ssh_server_service_enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
  • Loading branch information
rndmh3ro committed Jun 24, 2024
1 parent b0488e8 commit c02b5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/ssh_hardening/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c02b5d9

Please sign in to comment.