There are no benefits to having it on the guest, since we use virtio-rng
to provide entropy from the host.
vm_guest_force_haveged is added to support overriding that, in the special
case of vex (which doesn't seem to use virtio-rng, probably because its
kernel is too ancient)
- www
- www-data
- acme
+
+vm_guest_force_haveged: yes
state: absent
purge: yes
+- name: Uninstall haveged
+ when: not (vm_guest_force_haveged | default(False))
+ apt:
+ name: haveged
+ state: absent
+ purge: yes
- name: Provide a root shell on the VM console [1/2]
file: