Set debug value in API config
This commit is contained in:
parent
823310e8a3
commit
41c2dcd330
|
@ -2,6 +2,7 @@
|
||||||
# pvc-api client configuration
|
# pvc-api client configuration
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed }}
|
||||||
pvc:
|
pvc:
|
||||||
|
debug: False
|
||||||
coordinators:
|
coordinators:
|
||||||
{% for node in pvc_nodes if node.is_coordinator %}
|
{% for node in pvc_nodes if node.is_coordinator %}
|
||||||
- {{ node.hostname }}
|
- {{ node.hostname }}
|
||||||
|
|
Loading…
Reference in New Issue