Rémy
Rémy
Hi Nice work you've done here. I wish you added a docker-compose example with a MySQL & phpfpm containers, but I can device that myself. Cheers,
Hi I wish I could do some "live" ploting. Let's say I'm migrating stuff from server, I'ld like to keep an eye on disk space, I'ld like to do something...
Here the command line I'm willing to do with ansible ``` mysql -u root -p -e "grant all on centreon.* to 'centreon'@localhost identified by 'centreon'; grant all on centreon_storage.* to...
I just tried to use your role as a requirement for another, without any parameters. Meaning, it's all about installing mysql, cleaning anonymous users, etc. Then I saw this ```...
I guess it's about Ansible 2 compatibility, here's the -vvvv ``` TASK [bennojoy.nginx : Install the nginx packages] ***************************** task path: /etc/ansible/roles/bennojoy.nginx/tasks/main.yml:11 Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/packaging/os/yum.py ESTABLISH SSH CONNECTION FOR...
Hi I'm trying to set up the LDAP auth against our server with a self-signed certificate. Which I guess explain this ``` [2018-12-07 08:16:55.889] [ERROR] console - Error: unable to...
Hi As shown below, if there's no ldap configuration in settings.json, Etherpad die. It should be just ignored. ``` root@etherpad-01-stg:/opt/etherpad-lite# rm /var/log/etherpad-lite/etherpad-lite.log; service etherpad restart; sleep 5; tail -f /var/log/etherpad-lite/etherpad-lite.log...
Hello I ended up here looking for some kind of open source framework or software to test vocal server. What I'ld like to do is to be able to specify...
### Problem Statement The doc says > The config files are based on the keycloak export files. You can use them to re-import your settings. But keep your files as...
Hi there I'm testing pygmy in a homemade Helm chart. A bit in trouble with Django behing unhappy with CSRF. Would you mind providing/documenting config files examples, both pygmy's and...