install_docker/defaults/main.yml

9 lines
276 B
YAML
Raw Normal View History

2023-04-04 19:15:48 +00:00
---
# defaults file for install_docker
2023-04-04 20:02:28 +00:00
install_docker_edition: ce # can be ce or ee (community or enterprise)
install_docker_compose: false
install_docker_compose_version: latest
install_docker_start_service: true
install_docker_python_packages: true
install_docker_users: []