Update config template with recent changes

1) Add debug flag
2) Move intervals config up one level
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:21 -04:00
parent 41c2dcd330
commit c83995ff1d
1 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
pvc: pvc:
node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %} node: {% for node in pvc_nodes if node.hostname == ansible_hostname %}{{ node.hostname }}{% endfor %}
debug: False
functions: functions:
enable_hypervisor: True enable_hypervisor: True
enable_networking: True enable_networking: True
@ -37,11 +38,11 @@ pvc:
user: pvcdns user: pvcdns
pass: PVCdnsPassw0rd pass: PVCdnsPassw0rd
system: system:
fencing:
intervals: intervals:
keepalive_interval: 5 keepalive_interval: 5
fence_intervals: 6 fence_intervals: 6
suicide_intervals: 0 suicide_intervals: 0
fencing:
actions: actions:
successful_fence: migrate successful_fence: migrate
failed_fence: None failed_fence: None