mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
Add CoreOS support
This commit is contained in:
parent
e9c1db2bc8
commit
80fdedca43
1 changed files with 13 additions and 0 deletions
13
vars/Container Linux by CoreOS.yml
Normal file
13
vars/Container Linux by CoreOS.yml
Normal 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
|
Loading…
Reference in a new issue