exim-config: Advance to new upstream version.
[distorted-ansible] / all.yml
diff --git a/all.yml b/all.yml
index f1cff28..75a73e9 100644 (file)
--- a/all.yml
+++ b/all.yml
@@ -1,6 +1,24 @@
+### -*-yaml-*-
+###
+### Top-level playbook for making everything happen.
+
 ---
 
+## 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