install_docker/molecule/with_custom_config/group_vars/all.yml

11 lines
345 B
YAML
Raw Normal View History

---
install_docker_edition: ce # can be ce or ee (community or enterprise)
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: []
2023-04-10 15:18:14 +00:00
install_docker_daemon_options:
data-root: "/opt/docker"