summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/roles
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/delegate_to/roles')
-rw-r--r--test/integration/targets/delegate_to/roles/delegate_to_lookup_context/tasks/main.yml5
-rw-r--r--test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/one.j21
-rw-r--r--test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/two.j21
-rw-r--r--test/integration/targets/delegate_to/roles/test_template/templates/foo.j23
4 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/tasks/main.yml b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/tasks/main.yml
new file mode 100644
index 0000000..2b14c55
--- /dev/null
+++ b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/tasks/main.yml
@@ -0,0 +1,5 @@
+- name: sends SQL template files to mysql host(s)
+ debug:
+ msg: "{{ item }}"
+ with_fileglob: ../templates/*.j2
+ delegate_to: localhost
diff --git a/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/one.j2 b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/one.j2
new file mode 100644
index 0000000..1fad51f
--- /dev/null
+++ b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/one.j2
@@ -0,0 +1 @@
+{{ inventory_hostname }}
diff --git a/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/two.j2 b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/two.j2
new file mode 100644
index 0000000..1fad51f
--- /dev/null
+++ b/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/templates/two.j2
@@ -0,0 +1 @@
+{{ inventory_hostname }}
diff --git a/test/integration/targets/delegate_to/roles/test_template/templates/foo.j2 b/test/integration/targets/delegate_to/roles/test_template/templates/foo.j2
new file mode 100644
index 0000000..22187f9
--- /dev/null
+++ b/test/integration/targets/delegate_to/roles/test_template/templates/foo.j2
@@ -0,0 +1,3 @@
+{{ templated_var }}
+
+{{ templated_dict | to_nice_json }}