From d3ce27e1f9e776eaed1a35bfca2a140bb5b015c9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 6 Dec 2018 23:27:53 +0100 Subject: Don't install the haveged entropy daemon. It's not really needed on our metal hosts, and our KVM guests use virtio-rng. --- roles/common/tasks/haveged.yml | 5 ----- roles/common/tasks/main.yml | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 roles/common/tasks/haveged.yml 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 diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 33a2c39..49ff1ad 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -34,10 +34,6 @@ - smartmontools - smart when: "not ansible_virtualization_role == 'guest'" -- import_tasks: haveged.yml - tags: - - haveged - - entropy - name: Copy genkeypair.sh and gendhparam.sh copy: src=usr/local/bin/{{ item }} dest=/usr/local/bin/{{ item }} -- cgit v1.2.3