Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walidsa3d/ansible-docker

An Ansible role to install docker on Ubuntu/Debian
https://github.com/walidsa3d/ansible-docker

ansible ansible-role docker

Last synced: 20 days ago
JSON representation

An Ansible role to install docker on Ubuntu/Debian

Awesome Lists containing this project

README

        

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

An Ansible role to install docker on Ubuntu/Debian.
![Ansible Role](https://img.shields.io/ansible/role/d/walidsa3d/docker)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/walidsa3d/ansible-docker/main.yml)

Install
------------
```
ansible-galaxy role install walidsa3d.docker

```

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

- Ansible
- Molecule

Variables
--------------
```yaml
data_dir: "/var/lib/docker"
```

Dependencies
------------
- None

Example Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3d.docker
```
License
-------

MIT