mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-08 21:03:29 +01:00
14 lines
400 B
YAML
14 lines
400 B
YAML
---
|
|
__sshd_config_mode: '0644'
|
|
# sshd is not installed by yum / AIX toolbox for Linux.
|
|
# You'll need to manually install them using AIX Web Download Packs.
|
|
sshd_packages: []
|
|
sshd_sftp_server: /usr/sbin/sftp-server
|
|
__sshd_config_group: system
|
|
__sshd_defaults:
|
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
|
__sshd_os_supported: yes
|
|
|
|
sshd_install_service: no
|
|
sshd_manage_service: no
|
|
sshd_allow_reload: yes
|