Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 973 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 973 Bytes

Build Status GitHub release Ansible Quality Score Ansible Role

Ansible Docker

An Ansible role that installs the latest version of Docker CE on Ubuntu based on the official installation instructions.

Requirements

N/A

Role Variables

docker_users: a list of users to add to the docker group. They will not be evaluated until a session is created.

Dependencies

N/A

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

https://calvin.me