docker/defaults/main.yml

11 lines
278 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: []