You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Knauf edbac401b5 dep: python -> python3. config etab 10 months ago
defaults sogo_timezone added. sogo_ldap_bind_dn/sogo_ldap_bind_password are optional. 2 years ago
meta initial 2 years ago
tasks dep: python -> python3. config etab 10 months ago
templates dep: python -> python3. config etab 10 months ago
.gitignore initial 2 years ago
README.adoc initial 2 years ago

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