TAKAHASHI Shuuji
cd9bf6fdf8
fix: fix failure for the initial gpg key load on Pop!_OS
2023-10-02 23:21:41 +09:00
Jeff Geerling
914ca965e0
Merge pull request #396 from dale-c-anderson/382-fix-apt-errors-on-pop-os
...
Fix apt errors on Pop!_OS
2023-09-28 02:12:12 +00:00
Aram Akhavan
fcbd3d7098
Merge branch 'master' into new_defaults
2023-09-27 14:41:20 -07:00
Dale Anderson
a23731506b
Restore snippet lost in previous conflict
2023-08-10 09:12:33 -07:00
Dale Anderson
0b419a0a12
Merge branch 'master' into 382-fix-apt-errors-on-pop-os
2023-08-10 09:10:36 -07:00
Jeff Geerling
8bb277bd7f
Merge pull request #418 from nevart/apt-key-fix-check-mode
...
APT key: don't force and provide checksum, to fix check mode
2023-08-10 00:18:41 -05:00
nevart
7c86fe1739
APT key: don't force and provide checksum, to fix check mode
...
As described in https://github.com/ansible/ansible/issues/65687 , get_url
only partially supports check_mode: "the changed status will reflect
comparison to an empty source file".
Before this change, executing this code, with the key already being in
place on the target system, would report "OK", while check_mode would
report "changed".
Due to this change, both now either report "OK" or "changed", depending
on the state of the target system.
2023-06-26 07:34:10 +00:00
Aine
32307386d4
debian: add signed-by param to the apt source list, fixes #409
2023-04-02 14:33:48 +03:00
Aram Akhavan
c3a127134d
change default compose install to plugin, apt repository filename to docker.list
2023-02-21 22:43:08 -08:00
Aram Akhavan
d64f9afe19
add filename option to apt repository add
2023-02-21 22:35:04 -08:00
Dale Anderson
2638529927
Fix linter warning
2023-01-23 17:50:49 -08:00
Dale Anderson
75b8acc626
Linux Mint is also Ubuntu under the hood
...
Closes #334
2023-01-23 17:41:27 -08:00
Dale Anderson
a6bab2c9be
Make naming more consistent
2022-12-30 15:46:38 -08:00
Dale Anderson
48688d0faf
Handle the exception more cleanly
2022-12-30 15:17:35 -08:00
aurelien-bareille
8b623b2266
Add flag to deactivate repository configuration
2022-12-14 16:31:46 +01:00
Jeff Geerling
53c487c31a
Fixes #290 : Allow role to work on ARM64 out of the box.
2022-09-26 17:09:27 -05:00
Jeff Geerling
11345ab410
Merge pull request #365 from j-koehler/i205-install-docker-packages-explicitly
...
#205 - install Docker packages explicitly
2022-08-01 10:01:25 -05:00
Jeff Geerling
ccf6905017
Merge pull request #364 from kaysond/master
...
Add installation of docker plugin from docker's repo
2022-08-01 09:56:30 -05:00
j.koehler
99e501c366
#205 - install Docker packages explicitly
...
following official Docker engine installation instructions
2022-07-14 12:16:39 +02:00
Aram Akhavan
028a764e83
add installation of docker plugin from repo
2022-07-05 19:39:39 -07:00
jwhb
83e2c066c1
Allow skipping of service management
2022-04-07 11:23:29 +02:00
Jeff Geerling
48d5a077d5
Fixes #304 : Default to v2.4.1 for Docker Compose.
2022-04-04 09:43:50 -05:00
Or Bin
1bad0cbc18
Extracted docker_compose_arch variable from docker_compose_url
2021-12-24 00:33:43 +02:00
Jeff Geerling
4f4c332aa1
PR #295 : Additional docs fixes for docker_repo_url.
2021-08-27 15:51:15 -05:00
shakthimaan
5b55f89751
moved docker repo url to separate section
...
moved docker repo url to separate section because this url is common for both debian and redhat family.
2021-08-26 20:39:48 +05:30
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
slicen
7c0c38ddf8
Adds configuration option to point to Docker package mirror
...
Useful in an offline environment to point to a docker.com mirror.
2021-03-13 17:13:54 +11:00
slicen
a977b06b7b
Adds option to configure docker-compose URL
...
Necessary for installing from a local mirror or in an offline environmment.
2021-03-12 23:44:42 +11:00
Jeff Geerling
6daa4c52e5
Fixes #239 : Switch from 'Edge' to 'Nightly' option since Edge is not a thing now.
2020-12-27 00:20:26 -06:00
severinkaelin
2317ef25ee
Change docker compose version to 1.26.0
2020-06-10 00:07:05 +02:00
Jeff Geerling
da99b2ab75
Merge pull request #131 from T-Systems-MMS/master
...
added option to set docker gpg key #130
2020-03-06 10:00:29 -06:00
Jeff Geerling
96928c8fe1
Bump docker-compose version to latest.
2020-03-06 09:47:14 -06:00
Felix Herzog
6f4fa78c90
add changes from #170 in origin
2020-03-06 12:04:27 +01:00
Felix Herzog
0e79e207db
fix merge conflicts
2020-03-06 11:50:35 +01:00
Jeff Geerling
3cba7a9e6f
Fix int to string implicit conversion issue.
2019-12-11 09:27:09 -06:00
Felix Herzog
6e18f1ba3f
Merge remote-tracking branch 'upstream/master'
2019-10-28 14:43:54 +01:00
Simon Lammer
c70104b485
Bump default docker_compose_version to 1.24.1
2019-08-23 12:25:41 +02:00
Felix Herzog
5a4045d5c1
added option to set docker gpg key
2019-03-19 19:33:20 +01:00
Ricky Kwan
33afdbb0f8
Ability to configure Docker daemon options
2018-10-08 18:53:22 +00:00
Jeff Geerling
41f9315a49
Switch tests to use Molecule.
2018-09-26 22:13:32 -05:00
Jeff Geerling
ee812ac37e
PR #81 : Bump Docker Compose default version.
2018-07-31 11:14:24 -05: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
Raphael Nestler
8f1804c930
Update docker-compose version to 1.21.2
...
See https://github.com/docker/compose/releases/tag/1.21.2
2018-05-17 17:20:50 +02: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
3f96f8f023
PR #43 follow-up: Align order of vars in docs with defaults.
2018-05-02 14:43:02 -05:00
Alexander Thomas
377a6f3728
Merge branch 'master' into debian-apt-amd64
2018-05-02 16:38:11 +02:00
Jeff Geerling
7b0f422f32
PR #47 follow-up: Add tests for Ubuntu 18.04 Bionic, Fedora 27, and fix boolean case.
2018-05-01 21:31:35 -05:00
Jeff Geerling
0e4bd56a14
Merge pull request #47 from stbenjam/fedora
...
Support fedora
2018-05-01 21:29:11 -05:00