Manuel Raynaud
Manuel Raynaud
The language management is a little bit tricky A rewriten url is already linked to a locale so it's not possible to redirect to the new domain with the current...
PR #1416 solves a part of the problem but not entirely (and it's maybe not the good solution so I will wait before merging it)
Yep but with the PR I linked before this behaviour will change.
I merged the PR #1416 (also in branch 2.1) The URL with the good domain is still missing but I'm working on it.
I don't know if it's a good solution but I put all my ini files in the configuration : https://github.com/lunika/vm-php/tree/master/conf and when I want a module I specify the source...
Elastic HA is available via #447 :tada:
> We should introduce an event system. An event is emitted at the end of a playbook allowing to create specific tasks, a more application-centric solution. In ansible there is...
This PR is a POC and I'm open to discuss about what can be implemented
IMO `bin/ansible-playbook` must keep the required connection to OpenShift. Only playbooks running locally doesn't have this constraints, we can create script for them (like we have `bin/deploy`, `bin/init`) and keep...