https://github.com/andreswebs/ansible-role-docker
Ansible role to install Docker and docker-compose
https://github.com/andreswebs/ansible-role-docker
ansible docker
Last synced: 5 months ago
JSON representation
Ansible role to install Docker and docker-compose
- Host: GitHub
- URL: https://github.com/andreswebs/ansible-role-docker
- Owner: andreswebs
- License: unlicense
- Created: 2020-03-22T01:30:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T03:33:40.000Z (10 months ago)
- Last Synced: 2025-09-09T06:25:17.497Z (10 months ago)
- Topics: ansible, docker
- Homepage: https://galaxy.ansible.com/andreswebs/docker
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-docker
Ansible role to install Docker and Docker Compose.
See the official installation docs:
-
-
## Example Playbook
```yaml
- hosts: docker-servers
roles:
- role: andreswebs.docker
```
## Authors
**Andre Silva** [@andreswebs](https://github.com/andreswebs)
## License
This project is licensed under the [Unlicense](UNLICENSE).