Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-docker
- Owner: walidsa3d
- Created: 2024-07-13T14:41:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:06:52.000Z (7 months ago)
- Last Synced: 2024-11-22T17:51:40.660Z (3 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.
![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
- MoleculeVariables
--------------
```yaml
data_dir: "/var/lib/docker"
```Dependencies
------------
- NoneExample Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3d.docker
```
License
-------MIT