NewsBlur/ansible/roles/docker
2021-01-20 17:49:37 -05:00
..
defaults Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
handlers Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
meta Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
tasks Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
tests Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
vars Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
.travis.yml Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
LICENSE Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
README.md Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00

Build Status Ansible Galaxy

docker-ce-ansible-role

Ansible role to install Docker CE (Community Edition).

Requirements

  • OS support list:
    • Centos 7
    • Ubuntu Xenial 16.04 (LTS)
    • Ubuntu Yakkety 16.10
    • Ubuntu Trusty 14.04 (LTS)
  • ansible >= 1.9

Installation

$ ansible-galaxy install zaxos.docker-ce-ansible-role

Example Playbook

    - hosts: servers
      roles:
        - role: zaxos.docker-ce-ansible-role