ansible_docker

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

About

Docker for Ubuntu LTS

Install
ansible-galaxy install calvinbui/ansible-docker
GitHub repository
License
Unknown
Downloads
1891
Owner
Soft tabs > spaces > tabs. I'm not a developer.