10 lines
250 B
YAML
10 lines
250 B
YAML
---
|
|
sshd_path: /usr/sbin/sshd
|
|
ssh_host_keys_dir: '/etc/ssh'
|
|
sshd_service_name: sshd
|
|
ssh_owner: root
|
|
ssh_group: root
|
|
|
|
# CRYPTO_POLICY is not supported on Archlinux
|
|
# and the package check only works in Ansible >2.10
|
|
sshd_disable_crypto_policy: false
|