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

calvinbui/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages