ansible-role-docker icon indicating copy to clipboard operation
ansible-role-docker copied to clipboard

Ansible Role - Docker

Results 67 ansible-role-docker issues
Sort by recently updated
recently updated
newest added

When using the following vars: ```yaml docker_apt_version: "5:26.1.0-1~debian.12~bookworm" docker_packages: - "docker-ce={{ docker_apt_version }}" - "docker-ce-cli={{ docker_apt_version }}" - "containerd.io" - "docker-buildx-plugin" docker_packages_state: present ``` And running my play on a...

Hi there I am attempting to run the molecule tests for the ansible role however I run into the following error ``` TASK [Gathering Facts] ********************************************************* fatal: [instance]: FAILED! =>...

stale

As a DevOps engineer, I want to configure the repository using the yum_repository module instead of the get_url module. This will ensure that the repository points to our internal Docker...

stale

When installing docker using this role, setting the docker daemon option "metrics-addr" has no effect until the daemon is manually restarted: ``` - name: Install Docker ansible.builtin.import_role: name: geerlingguy.docker vars:...

allows redhat users to specify obsolete packages to work around issue #472

Hello, I am currently using your ansible playbook in my homelab repository. There I have recently implemented Renovate which is a popular tool that is being used these days to...

Not an urgent issue, but this package installs an obsolete extra package that does nothing. - https://github.com/geerlingguy/ansible-role-docker/blob/master/tasks/setup-Debian.yml#L26 The apt-transport-https package hasn't done anything since apt 1.5 which was released and...