fixup! Create deb.http.realraum.at apt-cacher instance
[noc.git] / ansible / host_playbooks / deb.yml
index d8dd046..e0df7ff 100644 (file)
@@ -1,9 +1,4 @@
 ---
-- name: Basic Setup for deb.realraum.at
-  hosts: deb
-  roles:
-  - role: base
-  
 - name: Set up data volume for apt-cacher-ng
   hosts: deb
   tasks:
@@ -67,7 +62,7 @@
         Remap-raspbian: /raspbian ; file:backends_raspbian
 
 
-    - name: Configure's acng's backends
+    - name: Configure acng's backends
       notify: restart acng
       copy:
         dest: /etc/apt-cacher-ng/backends_{{ item.key }}
           - https://debian.ffgraz.net/debian-security
           - http://cdn-fastly.deb.debian.org/debian-security
 
+        grml:
+          - https://debian.ffgraz.net/grml
+          - https://deb.grml.org/
+
         pi:
           - https://debian.ffgraz.net/pi
           - https://archive.raspberrypi.org/debian
@@ -95,3 +94,8 @@
         raspbian:
           - https://debian.ffgraz.net/raspbian
           - https://archive.raspbian.org/raspbian
+
+- name: Basic Setup for deb.realraum.at
+  hosts: deb
+  roles:
+  - role: base