Skip to content

angristan/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role for Docker

This is a simple role for Debian that will Install docker-ce from the official APT repo + docker-compose + a cron to cleanup old images.

Usage

Add this to requirements.yml:

- src: https://github.com/angristan/ansible-base
  name: angristan.base
  version: vX.X.X

Sample playbook

---
- hosts: myhost
  roles:
    - { role: docker, tags: docker }

Author Information

See my other Ansible roles at angristan/ansible-roles.

About

Ansible role for Debian and Docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published