nmusatti.docker_ce

Ansible Role: Docker Community Edition

test

This is an Ansible role to install the official Docker Community Edition engine. It works with supported versions of Red Hat and Ubuntu LTS.

Currently, all tests pass on my Rocky Linux 8 development machine for all distributions as long as iptables is enabled in the kernel. I am trying to fix some issues with GitHub Actions.

Requirements

None.

Role Variables

Here are the variables that control how this role works, along with their default values:

  • docker_compose_version: v2.2.2

This specifies the version of docker-compose to install. You can find the versions on the Releases page of the docker-compose GitHub project.

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
     - role: nmusatti.docker_ce

Note the underscore in the name. Ansible Galaxy did not accept my submission without it.

License

GPLv3

Author Information

Nicola Musatti - GitHub Profile

Informazioni sul progetto

Install Docker Community Edition

Installa
ansible-galaxy install nmusatti.docker_ce
Licenza
gpl-3.0
Download
2.4k
Proprietario