mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Added all LDAP changes before removing, because it doesn't work. Will trty to replace it by OIDC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- name: "Render LDAP CLI helper"
|
||||
template:
|
||||
src: cli-ldap.php.j2
|
||||
src: ldap/cli.php.j2
|
||||
dest: "{{ JOOMLA_LDAP_CONF_FILE }}"
|
||||
mode: "0644"
|
||||
when: JOOMLA_LDAP_ENABLED | bool
|
||||
@@ -23,3 +23,24 @@
|
||||
- php
|
||||
- xml
|
||||
when: JOOMLA_LDAP_AUTO_CREATE_ENABLED | bool
|
||||
|
||||
- name: "Deploy LDAP diagnose CLI"
|
||||
template:
|
||||
src: ldap/diagnose.php.j2
|
||||
dest: "{{ docker_compose.directories.volumes }}/cli-ldap-diagnose.php"
|
||||
mode: "0644"
|
||||
when: MODE_DEBUG | bool
|
||||
|
||||
- name: "Deploy Joomla plugin inspector CLI (list state)"
|
||||
template:
|
||||
src: ldap/plugins.php.j2
|
||||
dest: "{{ docker_compose.directories.volumes }}/cli-plugins.php"
|
||||
mode: "0644"
|
||||
when: MODE_DEBUG | bool
|
||||
|
||||
- name: "Deploy Joomla auth trace CLI"
|
||||
template:
|
||||
src: ldap/auth-trace.php.j2
|
||||
dest: "{{ docker_compose.directories.volumes }}/cli-ldap-auth-trace.php"
|
||||
mode: "0644"
|
||||
when: MODE_DEBUG | bool
|
||||
|
Reference in New Issue
Block a user