Skip to content

Releases: angstwad/docker.ubuntu

v3.9.0: Explicitly install cli package

08 Jun 14:50
Compare
Choose a tag to compare
The docker-ce package depends on docker-ce-cli unconstrained, this
can lead to problems where the cli package is too new to communicate
with the daemon. This patch adds an explicit install task for the
cli package, so that it's version can be overridden if necessary.

Related conjurinc/ops#569

v3.8.0

18 Dec 17:51
Compare
Choose a tag to compare
Permit to provide proxies for installation

v3.7.0: Pass lists to package modules instead of with_items

24 Oct 17:33
Compare
Choose a tag to compare
* Do not use loop on package module with squash_actions

* Replace with_items with loop

* Revert "Replace with_items with loop"

This reverts commit e30627ff8be83f8fe59f009b5f0240cc2939e7d8.

* Bump Ansible version to 2.3

v3.6.2

14 Aug 14:08
Compare
Choose a tag to compare
added flag to control UFW forward policy

v3.6.1: Handle Ubuntu 14.04 w/ linux-aws kernel package

13 Aug 17:59
Compare
Choose a tag to compare
When using the linux-aws kernel package for EC2 instances, there are no
linux-image-extra packages. However, the kernel image package itself already
contains AuFS support, so the installation can just be skipped.

v3.6.0

05 Aug 16:17
Compare
Choose a tag to compare
Prepare for Ansbile 2.5 deprecations

v3.5.2: Remove unwanted empty-line at EOF

03 Jul 21:23
Compare
Choose a tag to compare
Resolving following:
ERROR [role] ./defaults/main.yml:105:1: [error] too many blank lines (1 > 0) (empty-lines)

v3.5.1

03 Jul 15:05
Compare
Choose a tag to compare
Treating no_proxy as http_proxy and https_proxy

v3.5.0: Allow selection of apt channel (#211)

11 May 19:06
Compare
Choose a tag to compare
* Allow selection of apt channel

This allows easier installation of nightly or edge releases.

* Clarify why you might want a different apt channel

v3.4.6: Revert "Flush fixes and adjustment to default bridge ip option" (#210)

01 May 15:30
1b629b6
Compare
Choose a tag to compare
* Revert "add var start_docker_daemon to only (re)start docker daemon if it is true (#204)"

This reverts commit f9abb68106e8b7076cf7549826091b2542e5f5d8.

* Revert "Flush fixes and adjustment to default bridge ip option"

This reverts commit b5a0deb1bfcf7ffe58c271c08cdf391724bbc96e.