mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 04:20:18 +01:00
vars: add config for openSUSE Leap 15
This commit is contained in:
parent
454bcb828f
commit
6be10a2d17
1 changed files with 14 additions and 0 deletions
14
vars/openSUSE Leap_15.yml
Normal file
14
vars/openSUSE Leap_15.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
__sshd_packages:
|
||||
- openssh
|
||||
__sshd_sftp_server: /usr/lib/ssh/sftp-server
|
||||
__sshd_defaults:
|
||||
AuthorizedKeysFile: .ssh/authorized_keys
|
||||
UsePAM: yes
|
||||
X11Forwarding: yes
|
||||
AcceptEnv:
|
||||
- LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
||||
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
||||
- LC_IDENTIFICATION LC_ALL
|
||||
Subsystem: "sftp {{ sshd_sftp_server }}"
|
||||
__sshd_os_supported: yes
|
Loading…
Reference in a new issue