https://github.com/archf/docker
Ansible role to install docker on a target machine
https://github.com/archf/docker
Last synced: 6 months ago
JSON representation
Ansible role to install docker on a target machine
- Host: GitHub
- URL: https://github.com/archf/docker
- Owner: archf
- Created: 2015-09-11T13:39:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T13:41:22.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T19:16:42.465Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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