forked from leucos/ansible-pacemaker-corosync
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.yml
More file actions
15 lines (12 loc) · 680 Bytes
/
main.yml
File metadata and controls
15 lines (12 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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']) }}"