aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debug.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug.yml b/debug.yml
new file mode 100644
index 0000000..05c4270
--- /dev/null
+++ b/debug.yml
@@ -0,0 +1,9 @@
+
+# debug.yml
+
+- name: Debug all variables
+ hosts: servers
+ tasks:
+
+ - debug:
+ var: hostvars[inventory_hostname]
remember that computers suck.