summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/haveged.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-12-06 23:27:53 +0100
committerGuilhem Moulin <guilhem@fripost.org>2018-12-09 20:25:39 +0100
commitd3ce27e1f9e776eaed1a35bfca2a140bb5b015c9 (patch)
tree936156dde191bd94cb8d0969ae375010828343a3 /roles/common/tasks/haveged.yml
parent04f6cf3f736eac66f531b7044660801dd1f0c95e (diff)
Don't install the haveged entropy daemon.
It's not really needed on our metal hosts, and our KVM guests use virtio-rng.
Diffstat (limited to 'roles/common/tasks/haveged.yml')
-rw-r--r--roles/common/tasks/haveged.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/common/tasks/haveged.yml b/roles/common/tasks/haveged.yml
deleted file mode 100644
index 3f03a28..0000000
--- a/roles/common/tasks/haveged.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-- name: Install haveged
- apt: pkg=haveged
-
-- name: Start haveged
- service: name=haveged state=started