Explorar o código

Now installing and configuring rng-tools, so fastd can generate keys

Till Klocke %!s(int64=9) %!d(string=hai) anos
pai
achega
61f4719e40
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      roles/fastd/tasks/debian.yml

+ 8 - 0
roles/fastd/tasks/debian.yml

@@ -12,6 +12,14 @@
     - git
     - build-essential
 
+- name: Install rng-tools
+  apt: name=rng-tools state=present
+
+- name: Make sure that rng-tools uses /dev/urandom
+  lineinfile:
+    dest: /etc/default/rng-tools
+    line: HRNGDEVICE=/dev/urandom
+
 - include: source.yml
   when: not repo_universe_factory_available