exim-config: Advance to new upstream version.
[distorted-ansible] / all.yml
diff --git a/all.yml b/all.yml
index c1af708..75a73e9 100644 (file)
--- a/all.yml
+++ b/all.yml
@@ -4,8 +4,21 @@
 
 ---
 
+## Useful initial variables.
+- hosts: all
+  gather_facts: no
+  tasks:
+    - tags: [base]
+      include_vars: vars/defs.yml
+
 ## Apply general configuration.
 - hosts: all
   gather_facts: no
   roles:
     - common
+
+## Operating-system-specific configuration.
+- hosts: debian-hosts
+  gather_facts: no
+  roles:
+    - debian