Skip to content

maxverro/ansible-role-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Docker

Build Status

An Ansible Role that install Docker on Ubuntu (for now).

Requirements

None

Role Variables

TODO

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - ansible-role-docker

License

MIT

Author Information

This role was created based on the ansible-role-docker by Jeff Geerling to learn how to use molecule for Ansible Role Testing.