ansible-role-docker
ansible-role-docker copied to clipboard
Ansible Role - Docker
I've had a number of issues on this project lately asking about ARM installation issues... since the ARM setup process is different enough, I maintain a separate role (https://github.com/geerlingguy/ansible-role-docker_arm) for...
This role does not work for amazon linux 2 in AWS EC2 Instances. Since it's yum based, it will install the docker repo for centos version 2, which does not...
I'm running on Debian 11. The role failed because I already had an existing file in `/etc/apt/sources.list.d/` called `docker.list`. This is how the Docker install instructions recommend adding it when...
Hello! Thanks ansible role docker. How configure tag for log-opts ? Playbook ``` --- - hosts: javaindocker become: true pre_tasks: - name: Update apt cache. apt: update_cache=true cache_valid_time=600 when: ansible_os_family...
Specific example is Alpine where the [repos](https://pkgs.alpinelinux.org/packages?name=docker&branch=edge) use `docker` rather than `docker-ce` or `docker-ee`
As `docker-compose` reached version 2 some time ago, this might be a good option to change few default things: 1. Set `docker_compose_version` to `latest`, and fetch the latest, for example...
https://packages.debian.org/search?keywords=gnupg  Not sure how ansible molecule works, but it should be able catch this.
I'm not sure whether there is a cleaner way to do this. Anyhow, this works and introduces the least changes. Basically: Use the appropriate ubuntu repo on linux mint distros.
Split of #329: > Role now is able to handle arm architectures like from a Raspberry Pi. This includes automatic architecture detection.
When ```hosts``` property is defined in ```daemon.json``` it creates a conflict whith default ExecStart from Systemd configuration (```/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock```). With this PR, when ```hosts``` is defined in var...