Server for web hosting and emails
Mitch MRC
mitch_mrc at yahoo.com
Sat Nov 11 15:28:20 UTC 2017
Thank you for your replies.Is it possible to make it with dynamic IP from the ISP? Or i should ask for a fixed IP?
Mircea
------------------------
On Saturday, November 11, 2017, 12:11:47 PM GMT+2, Vladimir Botka <vbotka at gmail.com> wrote:
On Sat, 11 Nov 2017 10:52:16 +0100
Outback Dingo <outbackdingo at gmail.com> wrote:
> On Sat, Nov 11, 2017 at 10:43 AM, Vladimir Botka <vbotka at gmail.com> wrote:
> > Hi,
> >
> > last year I started to write my configuration of FreeBSD into Ansible
> > roles. These roles are available at https://galaxy.ansible.com/vbotka/
> > and cover the services you mentioned.
> >
> > These roles are stored at https://github.com/vbotka/ and tested at
> > https://travis-ci.org/vbotka/. I put references to relevant
> > documentation into the README.md of the roles. This week I tested all
> > roles with FreeBSD 11.1.
> >
> > HTH, Cheers
> >
> > -vlado
>
> wow nice, now it just needs postfixadmin / virtual domains / nginx
> virtual support, and dns ... say bind... and you have a whole
> deployable hosting solution..... then he just needs a control panel to
> manage it all...
Example how to configure virtual hosts in Apache is here
https://github.com/vbotka/ansible-apache/blob/master/vars/main.yml
and here is the role to roll-out a DNS server including DNSSEC
https://github.com/vbotka/ansible-freebsd-dns
For Nginx and FreeBSD just search Galaxy
https://galaxy.ansible.com/list#/roles?page=1&page_size=10&autocomplete=nginx%20freebsd
, or run command
# ansible-galaxy search --galaxy-tags freebsd,nginx
Found 3 roles matching your search:
Name Description
JoergFiedler.freebsd-jailed-nginx Provides a jailed nginx server.
...
HTH, Cheers
-vlado
More information about the freebsd-questions
mailing list