Open gridhead opened 7 months ago
I already issued it here #2688
It should still be same issue that the value devture_traefik_ssl_dir_enabled
is not being used (no code except in the vars.yml). It's probably an easy fix.
I too have encountered this problem, but the solution is simple. Since this problem occurs only with a clean installation, I run the playbook without AUX for the first time, and in the second pass I set certificates and other settings, for this purpose I keep two configs prepared, so as not to comment and uncomment lines. Also in the second pass config for LDAP traefik authorization.
Describe the bug Traefik directories are not automatically created when the "Using your own SSL certificates" path is chosen.
To Reproduce My
vars.yml
file looks like this:Command used
Expected behavior I expect the directories to be created automatically and then the files to be moved into them.
What happens instead
Manual mitigation attempted
Execute the following commands in the server on which Matrix is to be deployed.
Restart the playbook execution.
Matrix Server:
Ansible: If your problem appears to be with Ansible, tell us:
The machine running Ansible is in the same network as the machine that is supposed to run Matrix.
ansible --version
)Additional context Add any other context about the problem here.