Claude Durocher
Claude Durocher
Thanks for the info. I will look at your script. You can check my Ansible playbook here: https://gitlab.forge.gouv.qc.ca/claude.durocher/decidim
Is there a work around for this as I have the same problem?
Thanks for the tip but when you think about it, pagination don't make sens with this module as it will always break the display of the tree. I tried to...
Here's how to manually enable letsencrypt: 1. Make sure port 54321 is open in the firewall 2. Run the following commands (as sudo) to setup letsencrypt: ``` yum install -y...
Well, I just ran **sudo meza deploy monolith** and lost my haproxy.cfg settings... So there should be 3 parameters to manage this with Ansible: 1. an on/off switch for letsencrypt...
I've tested the third approach and it works fine. Here's a script (install-le) to automate this while waiting for an Ansible solution: ``` #!/bin/bash DOMAIN_NAME="$1" ADMIN_EMAIL="$2" echo "Script to install...
It's the same problem as #1167. The error generated is: ``` fatal: unable to access 'https://gerrit.wikimedia.org/r/p/mediawiki/extensions/GraphViz.git/': The requested URL returned error: 500 ``` The **/r/p** path leads to a redirection....
I'm not on the mailing list. Besides, I don't know what change I could ask for.