diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-10-07 23:24:41 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-10-07 23:24:41 +0000 |
| commit | b34edf77a715a7bae4e3b346e95679b79c359cc0 (patch) | |
| tree | c2b23871fbdc655265ea0e0c1e7211b780eb27db /roles/httpd/proxy/tasks | |
| parent | 4fa59b5ce8075a5c736aab9a22403c0bc1bd3871 (diff) | |
| download | ansible-b34edf77a715a7bae4e3b346e95679b79c359cc0.tar.gz ansible-b34edf77a715a7bae4e3b346e95679b79c359cc0.tar.xz ansible-b34edf77a715a7bae4e3b346e95679b79c359cc0.zip | |
Move the haveged install to the mod_ssl role
Diffstat (limited to 'roles/httpd/proxy/tasks')
| -rw-r--r-- | roles/httpd/proxy/tasks/main.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/httpd/proxy/tasks/main.yml b/roles/httpd/proxy/tasks/main.yml index 667fc531e..ff45c2a5d 100644 --- a/roles/httpd/proxy/tasks/main.yml +++ b/roles/httpd/proxy/tasks/main.yml @@ -47,16 +47,3 @@ - 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 |
