add batch of docs

Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/examples/ansible/test.yml b/examples/ansible/test.yml
new file mode 100644
index 0000000..66659fe
--- /dev/null
+++ b/examples/ansible/test.yml
@@ -0,0 +1,5 @@
+- name: Test playbook against all test hosts
+  hosts: test_hosts
+  tasks:
+    - name: Greet the world
+      debug: msg='$greeting'