all.yml, vars/defs.yml: Some global settings.
[distorted-ansible] / all.yml
diff --git a/all.yml b/all.yml
index 13f9a27..75a73e9 100644 (file)
--- a/all.yml
+++ b/all.yml
@@ -4,6 +4,13 @@
 
 ---
 
+## Useful initial variables.
+- hosts: all
+  gather_facts: no
+  tasks:
+    - tags: [base]
+      include_vars: vars/defs.yml
+
 ## Apply general configuration.
 - hosts: all
   gather_facts: no