docker/defaults/main.yml

17 lines
414 B
YAML
Raw Normal View History

2019-10-06 15:31:59 +00:00
---
# Edition can be one of: 'ce' (Community Edition) or 'ee' (Enterprise Edition).
# Service options.
docker_service_state: started
docker_service_enabled: true
docker_restart_handler_state: restarted
# A list of users who will be added to the docker group.
docker_users: []
2023-11-01 08:55:11 +00:00
## yaml docker config convert in json in template
# exemaple:
# docker_daemon_config:
# dns:
# - 172.17.0.1
docker_daemon_config: