tobias_richter.docker

tobias_richter.docker

Build Status

This role installs docker-ce and docker-ce-cli from the official docker repos.

Requirements

This role requires Ansible 2.7 or higher.

Role Variables

See defaults/main.yml for the documented role variables.

Example Playbook

This playbook installs docker and ensures that the service is started after mariadb.

- hosts: docker
  roles:
    - role: tobias_richter.docker
      docker_unit_after: 
      - mariadb.service
About

Ansible Role for installing docker from docker repo.

Install
ansible-galaxy install tobias_richter.docker
GitHub repository
License
apache-2.0
Downloads
306
Owner
Expert DevOps Engineer