ansible_docker
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
Install
ansible-galaxy install calvinbui/ansible-docker
License
Unknown
Downloads
1894
Owner
Soft tabs > spaces > tabs. I'm not a developer.