summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/hash/test_hash.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /test/integration/targets/hash/test_hash.yml
parentInitial commit. (diff)
downloadansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz
ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/integration/targets/hash/test_hash.yml')
-rw-r--r--test/integration/targets/hash/test_hash.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/integration/targets/hash/test_hash.yml b/test/integration/targets/hash/test_hash.yml
new file mode 100644
index 0000000..37b56e6
--- /dev/null
+++ b/test/integration/targets/hash/test_hash.yml
@@ -0,0 +1,21 @@
+- hosts: testhost
+ vars_files:
+ - vars/test_hash_vars.yml
+ vars:
+ test_hash:
+ playbook_vars: "this is a playbook variable"
+ replaced_hash:
+ extra_args: "this is an extra arg"
+ merged_hash:
+ default_vars: "this is in role defaults/main.yml"
+ extra_args: "this is an extra arg"
+ group_vars_all: "this is in group_vars/all"
+ host_vars_testhost: "this is in host_vars/testhost"
+ playbook_vars: "this is a playbook variable"
+ role_argument: "this is a role argument variable"
+ role_vars: "this is in role vars/main.yml"
+ vars_file: "this is in a vars_file"
+ roles:
+ - role: test_hash_behaviour
+ test_hash:
+ role_argument: 'this is a role argument variable'