install_docker/defaults/main.yml

12 lines
392 B
YAML
Raw Permalink 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)
2023-06-03 20:02:24 +00:00
install_docker_auto_update: false
2023-04-05 21:15:04 +00:00
install_docker_start_service: true
install_docker_compose: false
2023-04-04 20:02:28 +00:00
install_docker_compose_version: latest
install_docker_python_packages: false
2023-04-05 21:15:04 +00:00
install_docker_python_packages_version: latest
2023-04-04 20:02:28 +00:00
install_docker_users: []
install_docker_daemon_options: {}