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: 5 months ago
JSON representation
An Ansible role to install docker on Ubuntu/Debian
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-docker
- Owner: walidsa3d
- Created: 2024-07-13T14:41:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:06:52.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T18:00:29.983Z (9 months ago)
- Topics: ansible, ansible-role, docker
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible-Docker
=========
An Ansible role to install docker on Ubuntu/Debian.


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