Execution
Date 08 Dec 2025 13:57:07 +0000
Duration 00:24:46.17
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
12 Hosts
1505 Tasks
1497 Results
32 Plays
487 Files
0 Records

File: /etc/ansible/roles/pacemaker_corosync/defaults/main.yml

---

pacemaker_corosync_fqdn: false
pacemaker_corosync_group: false
pacemaker_remote_group: false
pacemaker_corosync_ring_interface: false
pacemaker_remote_ring_interface: "{{ pacemaker_corosync_ring_interface }}"
pacemaker_corosync_use_syslog: true
pacemaker_corosync_use_logfile: false


# Centos EPEL repository options (for haveged)
pacemaker_corosync_haveged_enabled: True
pacemaker_corosync_centos_epel_mirror: "{{ centos_epel_mirror | default('http://download.fedoraproject.org/pub/epel') }}"
pacemaker_corosync_centos_epel_key: "{{ centos_epel_key | default('http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-' ~ ansible_facts['distribution_major_version']) }}"