We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae17fb commit 078f1f8Copy full SHA for 078f1f8
templates/corosync.conf.j2
@@ -30,7 +30,7 @@ quorum {
30
nodelist {
31
{% for node in groups[pacemaker_corosync_group]|sort %}
32
node {
33
- ring0_addr: {{ _pacemaker_corosync_bind_addr }}
+ ring0_addr: {{ hostvars[node]['ansible_' + pacemaker_corosync_ring_interface | replace('-', '_')].ipv4.address }}
34
name: {{ pacemaker_corosync_fqdn | bool | ternary(hostvars[node].ansible_fqdn, node) }}
35
nodeid: {{ loop.index }}
36
}
0 commit comments