Skip to content

Install docker and manage containers

License

Notifications You must be signed in to change notification settings

SoInteractive/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker logo

Ansible Role: docker

Build Status License: MIT Ansible Role GitHub tag Twitter URL

This role adds repositories, installs, and configures docker. It can also manage docker containers and install cAdvisor for monitoring purposes.

⚠️ IMPORTANT NOTICE

THIS PROJECT IS ABANDONED. WE DO NOT ACCEPT ANY NEW ISSUES AND/OR PULL REQUESTS.

Requirements

  • htpasswd installed on deployer host

Examples

Use it in a playbook as follows:

- hosts: all
  become: true
  roles:
    - SoInteractive.docker

Have a look at the defaults/main.yml for role variables that can be overridden.