mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-12 10:22:10 +07:00
Working on FreeBSD 11/12
This commit is contained in:
@@ -18,6 +18,15 @@ Features:
|
||||
- Can listen with proxy protocol
|
||||
- Generate certificates with acme.sh (let's encrypt) -- *EXPERIMENTAL*
|
||||
|
||||
Supported OS:
|
||||
|
||||
| OS | Working | Stable (active support) |
|
||||
| ------------------ | ------- | ----------------------- |
|
||||
| Debian Jessie (8) | Yes | Yes |
|
||||
| Debian Stretch (9) | Yes | Yes |
|
||||
| FreeBSD 11 | Yes | No |
|
||||
| FreeBSD 12 | Yes | No |
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
|
||||
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -14,8 +14,7 @@ Vagrant.configure("2") do |config|
|
||||
]
|
||||
|
||||
vms_freebsd = [
|
||||
{ :name => "freebsd-10", :box => "freebsd/FreeBSD-10.4-STABLE", :vars => {} },
|
||||
{ :name => "freebsd-11", :box => "freebsd/FreeBSD-11.1-STABLE", :vars => {} },
|
||||
{ :name => "freebsd-11", :box => "freebsd/FreeBSD-11.1-STABLE", :vars => {} },
|
||||
{ :name => "freebsd-12", :box => "freebsd/FreeBSD-12.0-CURRENT", :vars => {} }
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user