summaryrefslogtreecommitdiffstats
path: root/examples/include.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/include.yml')
-rw-r--r--examples/include.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/include.yml b/examples/include.yml
new file mode 100644
index 0000000..0e056ec
--- /dev/null
+++ b/examples/include.yml
@@ -0,0 +1,19 @@
+---
+- hosts: bobbins
+
+
+ pre_tasks:
+ - include: tasks/x.yml
+
+ roles:
+ - hello
+ - { role: morecomplex, t: z }
+
+ tasks:
+ - include: tasks/x.yml
+ - include: tasks/x.yml y=z
+
+ handlers:
+ - include: handlers/y.yml
+
+- include: play.yml