From 44bc0d55cc72313795108d15e2c04757b07a94fe Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Wed, 27 Dec 2023 17:45:44 +0100 Subject: [PATCH] fix(ansible): adapt to recent variables changes in role --- config/local.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/local.yml b/config/local.yml index fe07dec..4f712b0 100644 --- a/config/local.yml +++ b/config/local.yml @@ -29,9 +29,12 @@ auditd_apply_audit_rules: false block_blacklisted: false install_aide: false - sshd_admin_net: "0.0.0.0/0" - sshd_allow_groups: ubuntu vagrant - sshd_allow_users: false + sshd_admin_net: + - "0.0.0.0/0" + sshd_allow_groups: + - ubuntu + - vagrant + sshd_allow_users: [] sshd_login_grace_time: 60 sshd_max_auth_tries: 10 sshd_use_dns: "no"