kayobe/ansible/roles/cadvisor/tasks
John Garbutt 4d533b07ff Fix undefined variable in cadvisor role
When running latest kayobe on alaska, needed to ensure the correct
monitoring configuration was applied, I hit undefined variables,
hitting errors such as:

  The task includes an option with an undefined variable.
  The error was: 'nodeexporter_restart_policy' is undefined

On inspecting the role, it seems some cut and paste errors from the
nodeexporter role have snook in. The command is not required for the
docker_container directive, its not specified in the defaults.

Interestingly this triggered when I was just trying to redeploy haproxy.
2018-01-29 11:46:55 +00:00
..
deploy.yml Fix undefined variable in cadvisor role 2018-01-29 11:46:55 +00:00
destroy.yml roles/cadvisor: Added. 2018-01-23 12:25:20 +00:00
main.yml roles/cadvisor: Added. 2018-01-23 12:25:20 +00:00
pull.yml roles/cadvisor: Added. 2018-01-23 12:25:20 +00:00
reconfigure.yml roles/cadvisor: Added. 2018-01-23 12:25:20 +00:00
upgrade.yml roles/cadvisor: Added. 2018-01-23 12:25:20 +00:00