This repository has been archived on 2024-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-docker/README.md

11 lines
210 B
Markdown
Raw Normal View History

2023-04-17 17:39:43 +00:00
# ansible-role-docker
2023-04-17 17:50:59 +00:00
Ansible role to install Docker.
2023-04-17 17:39:43 +00:00
## Customization
The following are default variables that can be overwritten:
```yaml
# Converted to /etc/docker/daemon.json
docker_daemon_config: {}
```