chiark / gitweb /
all.yml, vars/defs.yml: Some global settings.
[distorted-ansible] / all.yml
diff --git a/all.yml b/all.yml
index 13f9a27566d9f23dba6554296571bb82cb02b975..75a73e90907044a462bd4192382975c19bf942f1 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