ansible-development-environ.../roles/robertdebock.docker/defaults/main.yml

11 lines
415 B
YAML

---
# defaults file for docker
# To update all packages installed by this roles, set `docker_package_state` to `latest`.
docker_package_state: present
# Some Docker containers do not allow managing services, rebooting and writing
# to some locations in /etc. The role skips tasks that will typically fail in
# Docker. With this parameter you can tell the role to -not- skip these tasks.
docker_ignore_docker: yes