Dale Anderson
|
48688d0faf
|
Handle the exception more cleanly
|
2022-12-30 15:17:35 -08:00 |
|
Dale Anderson
|
43b5ad4fef
|
Override defaults for Pop!_OS
|
2022-12-30 14:56:00 -08:00 |
|
Balázs Németh
|
17ddd4ef2e
|
Make override work by adjusting variable to match defaults/main.yml
|
2022-11-10 22:11:22 +01:00 |
|
Michael Manganiello
|
8e09a22180
|
Set default docker_package for Archlinux distribution
Instead of the current role's default value for `docker_package`
(`docker-ce`), the package name for the Archlinux OS distribution is
`docker` [1].
Considerations:
* Filename is `Archlinux`, as that is the possible value exposed by
Ansible, in `ansible_distribution` [2] and `ansible_os_family` [3].
* Platform name in meta's `galaxy_info` has been changed to `ArchLinux`,
as that's the supported platform name in Ansible Galaxy [4].
[1] https://archlinux.org/packages/community/x86_64/docker/
[2] https://docs.ansible.com/ansible/2.6/user_guide/playbooks_conditionals.html#ansible-distribution
[3] https://docs.ansible.com/ansible/2.6/user_guide/playbooks_conditionals.html#ansible-os-family
[4] https://galaxy.ansible.com/api/v1/platforms/?name__icontains=arch
|
2022-10-09 23:01:52 -03:00 |
|
Jeff Geerling
|
53c5490523
|
PR #320: Use main.yml instead of default.yml for vars defaults.
|
2022-08-19 14:13:01 -05:00 |
|
adamus1red
|
e60f04337d
|
Add OS specific variable overrides.
Specifically Alpine official repo uses `docker` rather than `docker-ce` or `docker-ee`
|
2021-12-31 15:38:08 +00:00 |
|