Merge pull request #82 from beyondbill/coreos

Add CoreOS support
This commit is contained in:
Matt Willsher 2018-06-16 16:41:55 +01:00 committed by GitHub
commit d2ba81107a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
---
# There is no package manager in CoreOS
sshd_packages: []
sshd_service: sshd
sshd_sftp_server: internal-sftp
sshd_defaults:
Subsystem: "sftp {{ sshd_sftp_server }}"
ClientAliveInterval: 180
UseDNS: no
UsePAM: yes
PrintLastLog: no
PrintMotd: no
sshd_os_supported: yes