Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - name: Download and start authelia ldap
- community.docker.docker_swarm_service:
- name: auth-ldap
- image: 'lldap/lldap:latest'
- networks:
- - name: proxy
- mounts:
- - source: /ldap/
- target: /data
- type: bind
- env:
- TZ: Europe/London
- LLDAP_JWT_SECRET: "{{ LLDAP_JWT_SECRET }}"
- LLDAP_USER_PASS: "{{ LLDAP_LDAP_USER_PASS }}"
- LLDAP_BASE_DN: dc=example,dc=org
- labels:
- traefik.enable: "true"
- traefik.http.services.auth-ldap.loadbalancer.server.port: "17170"
- state: present
- restart_config:
- condition: on-failure
- max_attempts: 5
Advertisement
Add Comment
Please, Sign In to add comment