Add CoreOS support

This commit is contained in:
Bo Huang 2018-06-15 16:29:02 -07:00
parent e9c1db2bc8
commit 80fdedca43

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