This role deploys LemonLDAP v2 together with OpenLDAP and PHPLdapAdmin and for SSO authentication
Requirements
------------
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
None
Role Variables
--------------
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
Variables from default directory :
* SSO
* sso_url: URL for SSO
* LDAP
* ldap_org: Organization name
* ldap_domain: Organization domain
* ldap_base_dn: Base Distinguished name (by default "dc=example,dc=org")
* ldap_admin_pass: Admin user password
* ldap_config_pass: Configuration user password
* ldap_readonly_pass: Read-Only user password
* ldap_url: URL for LDAP
* Backups (for backups to be deployed, host needs to be in maintenance_contract group)
* swift parameters for 2 object storage instances where backups should be pushed daily
* auth_backup_pass : Passphrase for encryption of backups
Dependencies
------------
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
This role requires the following Ansible collection :
* community.docker
This Docker role supposes that Traefik is deployed as an inverseproxy in front of the deployed Dockers.
The following role is used by Le Filament for deploying Traefik : docker_server (https://sources.le-filament.com/lefilament/ansible-roles/docker_server)