- Fix: replace deprecated
include
builtin
- Add option to disable reload timer
- Specify default empty services for compose
- Add docker-wrapper method for docker-compose
- Fix: Do not validate config in packer builds: Files may be missing
- Add support for archlinux
- Fix: Allow disabling the clean-job timer to fail
- Remove dependency from reload timer to compose service
- Add docker-clean job
- Remove migration steps
- In case the unit broke reload is not possible, try restarting
- Better start from stale images than start nothing
- Introduce delay option for clusters not to reload at the same time
- Add option to disable validation of docker-compose file
- Introduce stop action (thanks @EugenMayer)
This enables users of this role to executedocker-compose stop
instead ofdocker-compose down
on shutdown and speed up the startup. For full discussion leading to this see: https://git.io/vpIOy
- Remove deprecated option --parallel
- Use
cache_valid_time
for apt module
- Fix: Don't do reloads on packer builds
- Do not start services in packer builds
- Ensure plain "pip" is used
- Fix: Ensure docker-compose is restarted on docker restart
- Rename variable to prevent name collisions
- Use "remove-orphans" to remove deleted services
- Initial import as galaxy role