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:
14
roles/web-app-joomla/tasks/07_diagnose.yml
Normal file
14
roles/web-app-joomla/tasks/07_diagnose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
- name: "Run LDAP diagnose"
|
||||
command:
|
||||
argv:
|
||||
- docker
|
||||
- exec
|
||||
- "{{ JOOMLA_CONTAINER }}"
|
||||
- php
|
||||
- /var/www/html/cli/ldap-diagnose.php
|
||||
- "--username={{ users.administrator.username }}"
|
||||
register: ldap_diag
|
||||
changed_when: false
|
||||
|
||||
- debug:
|
||||
var: ldap_diag.stdout_lines
|
Reference in New Issue
Block a user