Skip to content

Commit 3c83dc0

Browse files
committed
Provide variable to disable haveged installation
1 parent 022d564 commit 3c83dc0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/pacemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
with_items:
44
- corosync
55
- pacemaker
6-
- haveged
6+
7+
- name: Install haveged
8+
apt: pkg=haveged state=present
9+
when: haveged_enabled | default(true)
710

811
- name: Generates corosync key
912
become: true

0 commit comments

Comments
 (0)