45 lines
710 B
Text
45 lines
710 B
Text
SoGO
|
|
====
|
|
|
|
Requirements
|
|
------------
|
|
|
|
You need to have debian (or compatible, like ubuntu) already installed.
|
|
|
|
It will install all dependencies on host-machine:
|
|
|
|
* LDAP - Yes, you need a LDAP-server. It can be installed anywhere, but you need one.
|
|
|
|
A https-Server is not included, so you need a nginx oder nginx-unit in front of.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
sogo_ldap_base_dn::
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
[source,yaml]
|
|
----
|
|
---
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|
|
|
|
- hosts: sogo
|
|
remote_user: root
|
|
become: false
|
|
|
|
tasks:
|
|
- import_role:
|
|
name: sogo
|
|
----
|
|
|
|
License
|
|
-------
|
|
|
|
AGPLv3
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Denis Knauf - https://git.denkn.at/deac/ansible-role-sogo
|