Added missing files per PR review.
This commit is contained in:
parent
6277688be9
commit
ed1e78e544
6
ansible/group_vars/all/cadvisor
Normal file
6
ansible/group_vars/all/cadvisor
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
###############################################################################
|
||||||
|
# cAdvisor configuration.
|
||||||
|
|
||||||
|
# Whether cAdvisor is enabled.
|
||||||
|
cadvisor_enabled: False
|
@ -28,4 +28,4 @@ cadvisor_tag: "v0.28.3"
|
|||||||
cadvisor_image_full: "{{ cadvisor_image }}:{{ cadvisor_tag }}"
|
cadvisor_image_full: "{{ cadvisor_image }}:{{ cadvisor_tag }}"
|
||||||
|
|
||||||
cadvisor_restart_policy: "unless-stopped"
|
cadvisor_restart_policy: "unless-stopped"
|
||||||
#nodeexporter_restart_retries: 10
|
#cadvisor_restart_retries: 10
|
||||||
|
10
etc/kayobe/cadvisor.yml
Normal file
10
etc/kayobe/cadvisor.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
###############################################################################
|
||||||
|
# cAdvisor configuration.
|
||||||
|
|
||||||
|
# Whether cAdvisor is enabled.
|
||||||
|
#cadvisor_enabled:
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Dummy variable to allow Ansible to accept this file.
|
||||||
|
workaround_ansible_issue_8743: yes
|
Loading…
x
Reference in New Issue
Block a user