Refactoring groovy scripts
Breaking change: If you declared docker proxies in your config, you need to rename proxy_url
to remote_url
which is the normalized name for all proxies definitions
This is the first release starting refactoring groovy scripts with performance and feedback in mind.
Most groovy scripts have been reworked to:
- minimise the number of calls during provisionning
- provide a better feedback
The next patch releases will take the left over scripts in charge and will try to give a more valualble feedback to ansible in term of idempotence (ok / changed / error).
In this release as well: the tests on travis now launch a mock ldap server (thoteam/slapd-server-mock docker image) and integrate configuration of LDAP.