Execution
Date 14 Dec 2025 10:21:40 +0000
Duration 00:43:55.98
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
13 Hosts
2438 Tasks
2413 Results
107 Plays
511 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']) }}"