8000 GitHub - bramford/ansible-role-docker: Ansible role for installing and configuring docker and associated dependencies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

bramford/ansible-role-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: docker

Build Status

Ansible role that installs docker, docker-compose and all required dependencies on Debian, RHEL/CentOS and Ubuntu.

Supported Operating Systems

  • RHEL/CentOS 7 (Untested)
  • Debian 8+
  • Ubuntu 14.04+ (Untested)

Requirements

  • Ansible 2.1+

Role Variables

See ./defaults/main.yml for configurable variables and their defaults

Example playbook

---
- name: Example play
  hosts: all
  roles:
    - { role: docker }

Example playbook (with some optional vars set)

---
- name: Example play with optional vars set
  hosts: all
  roles:
    - { role: docker,
        docker_users: ["derp"],
        docker_compose: no,
        docker_service_state: "stopped",
        docker_service_enabled: no
      }

Add as a submodule to your playbook repo

git submodule add https://github.com/bramford/ansible-role-docker.git roles/docker

About

Ansible role for installing and configuring docker and associated dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0