Go to file
Denis Knauf edbac401b5 dep: python -> python3. config etab 2022-12-01 14:13:22 +01:00
defaults sogo_timezone added. sogo_ldap_bind_dn/sogo_ldap_bind_password are optional. 2022-02-10 17:24:48 +01:00
meta initial 2021-05-14 14:20:55 +02:00
tasks dep: python -> python3. config etab 2022-12-01 14:13:22 +01:00
templates dep: python -> python3. config etab 2022-12-01 14:13:22 +01:00
.gitignore initial 2021-05-14 14:20:55 +02:00
README.adoc initial 2021-05-14 14:20:55 +02:00

README.adoc

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