11 lines
438 B
YAML
11 lines
438 B
YAML
---
|
|
# defaults file for investigate
|
|
|
|
# To update packages this role places on the system, set `investigate_package_state` to `latest`.
|
|
investigate_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.
|
|
investigate_ignore_docker: yes
|