calvinbui.ansible_docker

Build Status GitHub release Ansible Quality Score Ansible Role

Ansible Docker

This is an Ansible role that installs the latest version of Docker CE on Ubuntu by following the official installation instructions.

Requirements

No special requirements.

Role Variables

docker_users: a list of users to add to the docker group. They will only be applied after creating a new session.

Dependencies

No dependencies.

Example Playbook

- hosts: all
  become: true
  pre_tasks:
    - name: Update apt cache.
      apt:
        update_cache: true
        cache_valid_time: 600
      changed_when: false
  roles:
    - role: ansible-docker

License

GPLv3

Author Information

Visit: https://calvin.me

Informazioni sul progetto

Docker for Ubuntu LTS

Installa
ansible-galaxy install calvinbui.ansible_docker
Licenza
Unknown
Download
1.9k
Proprietario
Soft tabs > spaces > tabs. I'm not a developer.