From 677c9e95b331290fe09aa78ddd8fd6896dfce94d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 4 Jan 2014 21:03:08 +0100 Subject: Install haveged. To avoid low-entropy conditions, see http://www.issihosts.com/haveged/ --- roles/common/tasks/haveged.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/common/tasks/haveged.yml (limited to 'roles/common/tasks/haveged.yml') diff --git a/roles/common/tasks/haveged.yml b/roles/common/tasks/haveged.yml new file mode 100644 index 0000000..3f03a28 --- /dev/null +++ b/roles/common/tasks/haveged.yml @@ -0,0 +1,5 @@ +- name: Install haveged + apt: pkg=haveged + +- name: Start haveged + service: name=haveged state=started -- cgit v1.2.3