Skip to content

Commit f737941

Browse files
committed
update playbook NO_JIRA
1 parent 28b05b7 commit f737941

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

ansible_provisioning/playbook.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,9 @@
1111
- role: ccdc.install-vm-tools
1212
- role: devsec.hardening.ssh_hardening
1313
vars:
14-
os_vars: {}
15-
sshd_authenticationmethods: publickey,keyboard-interactive
16-
ssh_host_keys_dir: /etc/ssh
17-
sshd_path: /usr/sbin/sshd
18-
sshd_moduli_file: /etc/ssh/moduli
19-
ssh_owner: root
20-
ssh_group: wheel
21-
ssh_host_keys_owner: root
22-
ssh_host_keys_group: wheel
23-
ssh_host_keys_mode: "0600"
24-
ssh_pam_support: false
25-
ssh_kerberos_support: false
26-
ssh_gssapi_support: false
27-
ssh_client_compression: true
14+
sshd_authenticationmethods: publickey password
2815
ssh_client_password_login: true
2916
ssh_server_password_login: true
30-
ssh_challengeresponseauthentication: true
31-
sshd_disable_crypto_policy: false
17+
ssh_kerberos_support: false
18+
ssh_pam_support: false
3219
- role: ccdc.compact-vm-image

0 commit comments

Comments
 (0)