mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-04 06:20:19 +01:00
fcb09ccaa9
Some changes, such as sysconfig change, requires the service to be restarted. Fixes: #302 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
15 lines
440 B
YAML
15 lines
440 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: true
|
|
|
|
sshd_install_service: false
|
|
sshd_manage_service: false
|
|
sshd_allow_reload: true
|
|
sshd_allow_restart: false
|