https://github.com/devops13242/ansible-role-docker
Ansible role to install docker
https://github.com/devops13242/ansible-role-docker
Last synced: about 1 year ago
JSON representation
Ansible role to install docker
- Host: GitHub
- URL: https://github.com/devops13242/ansible-role-docker
- Owner: devops13242
- License: apache-2.0
- Created: 2024-04-28T07:40:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T07:51:12.000Z (about 2 years ago)
- Last Synced: 2025-01-22T11:11:58.903Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role docker
The Ansible role to install docker.
## Example playbook
```yaml
- name: Install docker
hosts: all
roles:
- role: devops13242.docker
```