Timo Runge

Results 9 comments of Timo Runge

I've [build something like](https://github.com/timorunge/ansible-custom-nginx) that since I faced exactly the same issue; it works well together with the role from @jdauphant (take a look at the [README](https://github.com/timorunge/ansible-custom-nginx#4-nginx-configuration-with-jdauphantnginx)). :)

Hey @stdevel, feel free to create a PR for this option. Actually one difficulty that I see by adding it to the "server" component from FreeIPA is that currently there...

Hey @arnoxit, technically this should be possible, yes. Actually one challenge over here is that FreeIPA is generating `/etc/ipa/default.conf` during the `ipa-{server,replica}-install` process. Ansible is calling those commands with some...

Thanks @MatMaul. Can you please take a look at the Travis build error?

Hey @hgtok, I was taking a look at this and actually found a bug with the *system.d unit file* and *init.d scripts*. They had wrong values for the SSSD binary....

Hey Arnaud, I've tested this behaviour before and I can confirm that the following is working fine: - Bring up a new VM / Docker container without any previous installation...

It's also working with the installation from the official repositories (`repo.proxysql.com`). It might be worth to adopt the Ansible code also to be able to install from a different- non...

Based on your code I've done some bigger changes which are released now in the [0.3.0 release](https://github.com/timorunge/ansible-proxysql/releases/tag/0.3.0). It should basically cover everything what you've been facing. It would be appreciated...

Hey @moos3, - How is your configuration looking? Especially the KV for `mysql-sessions_sort`. - Also if python3 should be supported by Ansible have you tried to use python2 (on your...