Support for OpenBSD

This commit is contained in:
Jasper Lievisse Adriaanse 2016-10-19 21:33:15 +02:00
parent 3ddc23f207
commit ef4bc25d54
3 changed files with 15 additions and 1 deletions

View file

@ -33,6 +33,7 @@ Tested on:
* FreeBSD 10.1
* EL 6,7 derived distributions
* Fedora 22, 23
* OpenBSD 6.0
It will likely work on other flavours and more direct support via suitable
[vars/](vars/) files is welcome.

View file

@ -26,10 +26,13 @@ galaxy_info:
versions:
- 22
- 23
- name: OpenBSD
versions:
- 6.0
galaxy_tags:
- networking
- system
- SSH
- SSH
- OpenSSH
- sshd
- server
@ -38,4 +41,5 @@ galaxy_info:
- centos
- redhat
- freebsd
- openbsd
dependencies: []

9
vars/OpenBSD.yml Normal file
View file

@ -0,0 +1,9 @@
---
sshd_config_group: wheel
sshd_config_mode: "0600"
sshd_sftp_server: /usr/libexec/sftp-server
sshd_defaults:
AuthorizedKeysFile: .ssh/authorized_keys
Subsystem: "sftp {{ sshd_sftp_server }}"
sshd_os_supported: yes
sshd_manage_var_run: no