Merge PR#35: add missing vlans in ansible network.yml
authornicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 15:29:12 +0000 (16:29 +0100)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 15:29:28 +0000 (16:29 +0100)
ansible/roles/base/tasks/main.yml
ansible/roles/vm/guest/tasks/main.yml
ansible/roles/vm/install/tasks/main.yml

index 947987e..a0545df 100644 (file)
@@ -78,6 +78,9 @@
       - nano
       - zsh
       - python-apt
+      - command-not-found
+      - man-db
+      - lshw
     state: present
 
 - when: base_managed_ntpd
index 17c1a53..e328026 100644 (file)
@@ -7,7 +7,7 @@
   lineinfile:
     path: /etc/default/rng-tools
     line: '{{ item.key }}={{ item.value }}'
-    regexp: '^#?{{ item.key }}={{ item.value }}'
+    regexp: '^#?{{ item.key }}='
   with_dict: '{{ rngd_config }}'
   loop_control:
     label: "{{ item.key }}"
index aaa881e..034cf1d 100644 (file)
@@ -99,7 +99,7 @@
   wait_for_virt:
     name: "{{ vmname }}"
     states: shutdown,crashed
-    timeout: 900
+    timeout: 1800
   register: installer_result
   failed_when: installer_result.failed or installer_result.state == "crashed"