Andreas Motl
5fe0726d52
Allow package downgrading
...
For the "package" task, add "allow_downgrade: true" to support this
scenario.
Because this option is only available starting with `ansible-core>=2.12`
for apt-based systems, we need conditional dispatching here.
2022-03-30 20:06:17 +02:00
Jeff Geerling
7afdc965a1
Merge pull request #256 from Zempashi/issue-90
...
Ability to configure Docker daemon options
2021-07-16 17:27:47 -05:00
Julien Girardin
47a271e39a
Do not touch docker.json if not option provided
2021-07-16 23:29:40 +02:00
Eric Engstrom
cc1171a9f7
Add check and ignore installation errors in --check
mode
...
- addresses #280
2021-05-19 11:39:47 -05:00
Eric Engstrom
150a7ce135
ignore likely errors if in ansible_check_mode
2021-04-20 11:16:09 -05:00
Jeff Geerling
c59e9df561
Fixes #180 : Remove systemd 18.09.0 compatibility shim.
2019-12-16 10:34:30 -06:00
Jeff Geerling
f17b399521
PR #146 : Check list length instead of casting to bool.
2019-08-23 12:36:34 -05:00
Dan Bohea
fa759bdc03
Fixes deprecation warnings about evaluating bare variables
2019-06-06 13:40:30 +01:00
Jeff Geerling
d8a4438b3c
Fixes #97 , Triggers #98 , Makes me sad: Fix Docker 18.09.0 startup issue on systemd systems.
2018-11-12 21:14:20 -06:00
Ricky Kwan
0df75aea53
Capitalize 'docker' in the task name
...
Since most other instances are capitalized
2018-10-08 22:07:15 -04:00
Ricky Kwan
33afdbb0f8
Ability to configure Docker daemon options
2018-10-08 18:53:22 +00:00
George Brighton
470554872f
Remove docker_restart_on_package_change option to correct warning; fixes #79
2018-07-22 22:13:02 +01:00
Jeff Geerling
abd8e3625e
Fixes #42 : Allow control over docker_service state.
2018-05-18 16:58:50 -05:00
Jeff Geerling
1a05e3ae72
PR #26 follow-up: Docs tidy.
2018-05-06 17:47:34 -05:00
Jeff Geerling
db8265990b
Merge pull request #26 from jamesla/master
...
Add a docker_users variable
2018-05-06 17:45:53 -05:00
Jeff Geerling
07e05ef00f
Fixes #21 : DOCKER iptables chain problem when used with geerlingguy.firewall.
2018-05-01 21:18:30 -05:00
Pascal Armand
f3076bad55
'include' for tasks has been deprecated
...
The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions.
2017-11-27 16:40:27 +01:00
James McCallum
4f1a0f3d91
Change include_task to depreciated include due to what looks like incompatibility with test harness
2017-09-26 05:14:53 +10:00
James McCallum
e68f0cbd16
Fix docker group to append group rather than set it
2017-09-26 05:09:58 +10:00
James McCallum
8c63471573
include docker-users to main
2017-09-03 19:38:50 +10:00
Thibaud Leprêtre
df3fb0a528
Add var to customize docker pkg state
...
By default var will be `present` to do not break legacy.
Fixes #14
2017-07-20 09:04:08 +02:00
Jeff Geerling
d072a187e4
Fixes #2 : Allow for Docker Compose version upgrades.
2017-05-03 10:51:04 -05:00
Jeff Geerling
cdb27879e7
Fixes #1 : Add Docker Compose.
2017-02-25 08:48:30 -06:00
Jeff Geerling
da3eb9cf1c
Initial commit.
2017-02-23 22:08:18 -06:00