An open API service indexing awesome lists of open source software.

https://github.com/archf/docker

Ansible role to install docker on a target machine
https://github.com/archf/docker

Last synced: 2 months ago
JSON representation

Ansible role to install docker on a target machine

Awesome Lists containing this project

README

        

Ansible-Docker
=========

Install docker on a target machine. Not tested yet on Debian derivatives...

Requirements
------------

None.

Role Variables
--------------

The list of packages to install is loaded depending on OS from the vars/ dir.

Example:

```yaml
docker_packages:
- docker
- fedora-dockerfiles
```

Dependencies
------------

None.

Example Playbook
----------------

- hosts: servers
roles:
- { role: archf.docker }

License
-------

MIT

Author Information
------------------

Felix Archambault