From 7106486ce3ce5962dbb5d578171da587e34d312f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 7 Oct 2015 20:12:07 +0000 Subject: [PATCH] Add haveged to proxies for entropy --- roles/httpd/proxy/tasks/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml index baeccc89e2..51357794f6 100644 --- a/roles/httpd/proxy/tasks/main.yml +++ b/roles/httpd/proxy/tasks/main.yml @@ -46,3 +46,16 @@ - httpd - httpd/proxy - selinux + +- name: Install haveged for entropy + yum: name=haveged state=installed + tags: + - httpd + - httpd/proxy + +- name: Set haveged running/enabled + service: name=haveged enabled=yes + tags: + - service + - httpd + - httpd/proxy