Skip to content

Releases: Diesel-Net/ansible-role-docker

2.1.0

21 Jan 22:27
6ff5121
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.1.0

Update lazydocker version

24 Aug 02:31
c9d0912
Compare
Choose a tag to compare
Merge pull request #29 from Diesel-Net/development

update lazydocker version

Minor patch

20 May 18:29
a78a851
Compare
Choose a tag to compare
  • Make compatible with application role updates

Fix networking issue

04 May 03:41
3ac7350
Compare
Choose a tag to compare
Merge pull request #26 from Diesel-Net/development

Fix new issue with docker_gwbridge ip address dissappearing on reboot

Minor patch

01 Apr 20:34
f1460ac
Compare
Choose a tag to compare
  • compatible with ansible-drone:7.2.0 plugin
  • removes use of "warn" params
  • upgrade docker-ce patch version

Major overhaul

12 Aug 23:23
fac43f6
Compare
Choose a tag to compare

The new "application" role (previously called "common") came with breaking changes. This role depends on the application role because it uses the dynamic variables repository and version to populate even more variables like docker_stack, and uses them for determining where to render docker-compose.yaml templates. Please review the application role's release notes for more details.

  • use better defaults for docker_image variable
  • Add docker_tag variable
  • use a pin-locked version of "application" role dependency
  • stop using .j2 suffixes for templates
    • reason: We know they are templates as they are typically in a .ansible/templates folder, but the .j2 suffix would hide the real extenions to GitHub which would result in incorrect/no syntax highlighting
  • no more use of docker_dir
    • docker-compose.yaml template now gets rendered under config_dir

tweak service_update task list

28 May 01:50
55c8ebf
Compare
Choose a tag to compare

no longer need to supply the stack name prefixed to the service name

Update to latest docker ce-version available via Apt

16 Apr 05:16
5137375
Compare
Choose a tag to compare
Merge pull request #20 from Diesel-Net/development

bump docker to latest version

remove ubuntu dep

03 Mar 03:23
ff9f841
Compare
Choose a tag to compare

add default value for automation_user

Minor improvements

22 Jan 02:00
5d177c7
Compare
Choose a tag to compare
  • make the docker-compose template file configurable
  • use the automation_user variable from ubuntu role when installing docker