Update to 2021-12-01 19:13
66
roles/lemonldap_ng/defaults/main.yml
Normal file
@@ -0,0 +1,66 @@
|
||||
---
|
||||
|
||||
llng_handler: True
|
||||
llng_portal: False
|
||||
llng_manager: False
|
||||
|
||||
# Either httpd or nginx
|
||||
llng_server: httpd
|
||||
|
||||
llng_portal_vhost: auth.{{ ansible_domain }}
|
||||
llng_api_vhost: sso-api.{{ ansible_domain }}
|
||||
llng_manager_vhost: sso-manager.{{ ansible_domain }}
|
||||
|
||||
# If llng_portal and llng_manager are both set to False (only the handler is deployed)
|
||||
# which conf backend to use. can be api or mysql
|
||||
llng_conf_backend: api
|
||||
|
||||
# List of IP allowed to access SOAP endpoints
|
||||
# Empty or undefined disable api endpoints
|
||||
llng_api_src_ip: []
|
||||
|
||||
# List of IP allowed to access the manager
|
||||
llng_manager_src_ip: "{{ trusted_ip }}"
|
||||
|
||||
# List of IP allowed to call the reload URI
|
||||
llng_reload_src_ip: "{{ ansible_all_ipv4_addresses + ['127.0.0.1'] }}"
|
||||
|
||||
# When the manager send requests to handlers to reload their config
|
||||
# should there request use the globally defined proxy.
|
||||
# This is often not wanted because you want to limit access to the reload
|
||||
# endpoint only from the manager IP, not from a proxy
|
||||
llng_reload_use_proxy: False
|
||||
|
||||
# If defined, access to api endpoints will require basic auth.
|
||||
llng_api_user: lemonldapapi
|
||||
# llng_api_pass: sEcr3t.P@ssw0rd
|
||||
|
||||
# SSL for vhosts
|
||||
# llng_portal_ssl:
|
||||
# letsencrypt_cert: auth.{{ ansible_domain }}
|
||||
#
|
||||
# Or
|
||||
#
|
||||
# llng_portal_ssl:
|
||||
# cert: /etc/pki/tls/cert/mycert.crt
|
||||
# key: /etc/pki/tls/private/mykey.key
|
||||
# cert_chain: /etc/pki/tls/cert/mychain.crt
|
||||
#
|
||||
# Same keys exist for api and manager (llng_api_ssl and llng_manager_ssl
|
||||
|
||||
# Path to a CA cert if using SSL auth
|
||||
# llng_portal_ssl.ca: /etc/pki/tls/privateca.crt
|
||||
|
||||
# How the manager is protected. Can be none, authenticate, manager, or directly a access rule
|
||||
llng_manager_protection: manager
|
||||
|
||||
# Possibliity to use a MySQL backend
|
||||
llng_db_server: "{{ mysql_server | default('localhost') }}"
|
||||
llng_db_name: lemonldapng
|
||||
llng_db_user: lemonldapng
|
||||
llng_handler_db_user: lemonldapnghandler
|
||||
# llng_db_pass: s3cr3t.
|
||||
# llng_handler_db_pass
|
||||
|
||||
# Number of llng-fastcgi-server workers. The upstream default is 7 which is often too much
|
||||
llng_fcgi_workers: 6
|
BIN
roles/lemonldap_ng/files/logos/akeneo.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
roles/lemonldap_ng/files/logos/ampache.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
roles/lemonldap_ng/files/logos/appsmith.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
roles/lemonldap_ng/files/logos/artifactory.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
roles/lemonldap_ng/files/logos/backuppc.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
roles/lemonldap_ng/files/logos/basecamp.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
roles/lemonldap_ng/files/logos/bitwarden.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
roles/lemonldap_ng/files/logos/bodet.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
roles/lemonldap_ng/files/logos/bookstack.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
roles/lemonldap_ng/files/logos/calendar.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
roles/lemonldap_ng/files/logos/camera.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
roles/lemonldap_ng/files/logos/cas.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
roles/lemonldap_ng/files/logos/composer.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
roles/lemonldap_ng/files/logos/compta.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
roles/lemonldap_ng/files/logos/diagrams.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
roles/lemonldap_ng/files/logos/dl.png
Normal file
After Width: | Height: | Size: 860 B |
BIN
roles/lemonldap_ng/files/logos/dokuwiki.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
roles/lemonldap_ng/files/logos/dolibarr.png
Normal file
After Width: | Height: | Size: 867 B |
BIN
roles/lemonldap_ng/files/logos/etherpad.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
roles/lemonldap_ng/files/logos/firewall.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
roles/lemonldap_ng/files/logos/freepbx.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
roles/lemonldap_ng/files/logos/funkwhale.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
roles/lemonldap_ng/files/logos/fusiondirectory.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
roles/lemonldap_ng/files/logos/gitea.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
roles/lemonldap_ng/files/logos/gitlab.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
roles/lemonldap_ng/files/logos/glpi.png
Normal file
After Width: | Height: | Size: 855 B |
BIN
roles/lemonldap_ng/files/logos/google.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
roles/lemonldap_ng/files/logos/grafana.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
roles/lemonldap_ng/files/logos/graylog.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
roles/lemonldap_ng/files/logos/hdd.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
roles/lemonldap_ng/files/logos/itop.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
BIN
roles/lemonldap_ng/files/logos/jappix.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
roles/lemonldap_ng/files/logos/jasperreports.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
roles/lemonldap_ng/files/logos/jenkins.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
roles/lemonldap_ng/files/logos/jitsi.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
roles/lemonldap_ng/files/logos/jobscheduler.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
roles/lemonldap_ng/files/logos/kanboard.png
Normal file
After Width: | Height: | Size: 749 B |
BIN
roles/lemonldap_ng/files/logos/kibana.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
roles/lemonldap_ng/files/logos/knowage.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
roles/lemonldap_ng/files/logos/lemonldap.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
roles/lemonldap_ng/files/logos/liferay.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
roles/lemonldap_ng/files/logos/mailman.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
roles/lemonldap_ng/files/logos/matomo.png
Normal file
After Width: | Height: | Size: 662 B |
BIN
roles/lemonldap_ng/files/logos/mediawiki.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
roles/lemonldap_ng/files/logos/metabase.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
roles/lemonldap_ng/files/logos/miniflux.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
roles/lemonldap_ng/files/logos/mulesoft.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
roles/lemonldap_ng/files/logos/n8n.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
roles/lemonldap_ng/files/logos/navidrome.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
roles/lemonldap_ng/files/logos/openmediavault.png
Normal file
After Width: | Height: | Size: 692 B |
BIN
roles/lemonldap_ng/files/logos/openproject.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
roles/lemonldap_ng/files/logos/openxpki.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
roles/lemonldap_ng/files/logos/orangescrum.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
roles/lemonldap_ng/files/logos/paperless.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
roles/lemonldap_ng/files/logos/pda.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
roles/lemonldap_ng/files/logos/penpot.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
roles/lemonldap_ng/files/logos/pfsense.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
roles/lemonldap_ng/files/logos/pgadmin.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
roles/lemonldap_ng/files/logos/phabricator.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
roles/lemonldap_ng/files/logos/phaseanet.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
roles/lemonldap_ng/files/logos/phpldapadmin.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
roles/lemonldap_ng/files/logos/phplist.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
roles/lemonldap_ng/files/logos/phpmyadmin.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
roles/lemonldap_ng/files/logos/power.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
roles/lemonldap_ng/files/logos/processmaker.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
roles/lemonldap_ng/files/logos/proxmox.png
Normal file
After Width: | Height: | Size: 773 B |
BIN
roles/lemonldap_ng/files/logos/pydio.png
Normal file
After Width: | Height: | Size: 709 B |
BIN
roles/lemonldap_ng/files/logos/rabbitmq.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
roles/lemonldap_ng/files/logos/razuna.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
roles/lemonldap_ng/files/logos/redmine.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
roles/lemonldap_ng/files/logos/registry.png
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
roles/lemonldap_ng/files/logos/riot.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
roles/lemonldap_ng/files/logos/rocketchat.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
roles/lemonldap_ng/files/logos/scandm.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
roles/lemonldap_ng/files/logos/scandm_dev.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
roles/lemonldap_ng/files/logos/scandm_prd.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
roles/lemonldap_ng/files/logos/scandm_qal.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
roles/lemonldap_ng/files/logos/scandm_stg.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
roles/lemonldap_ng/files/logos/seafile.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
roles/lemonldap_ng/files/logos/sentry.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
roles/lemonldap_ng/files/logos/sftpgo.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
roles/lemonldap_ng/files/logos/smeserver.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
roles/lemonldap_ng/files/logos/sogo.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
roles/lemonldap_ng/files/logos/sonar.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
roles/lemonldap_ng/files/logos/sophos.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
roles/lemonldap_ng/files/logos/soti.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
roles/lemonldap_ng/files/logos/survey.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
roles/lemonldap_ng/files/logos/switch.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
roles/lemonldap_ng/files/logos/taiga.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
roles/lemonldap_ng/files/logos/telephone.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
roles/lemonldap_ng/files/logos/timezone.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
roles/lemonldap_ng/files/logos/transmission.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
roles/lemonldap_ng/files/logos/ttrss.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
roles/lemonldap_ng/files/logos/unifi.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
roles/lemonldap_ng/files/logos/vtiger.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
roles/lemonldap_ng/files/logos/wifi.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
roles/lemonldap_ng/files/logos/wikijs.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
roles/lemonldap_ng/files/logos/wordpress.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
roles/lemonldap_ng/files/logos/wso2.png
Normal file
After Width: | Height: | Size: 4.2 KiB |