install_docker/molecule/with_custom_config_vagrant/group_vars/all.yml

12 lines
378 B
YAML
Raw Normal View History

---
install_docker_edition: ce # can be ce or ee (community or enterprise)
install_docker_auto_update: true
install_docker_start_service: true
install_docker_compose: true
install_docker_compose_version: latest
install_docker_python_packages: true
install_docker_python_packages_version: latest
install_docker_users: []
install_docker_daemon_options:
data-root: "/opt/docker"