We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c9acf commit 9dec386Copy full SHA for 9dec386
tests/inventory.yaml.j2
@@ -6,6 +6,8 @@ all:
6
"ansible_default_ipv4", "ansible_default_ipv6", "ansible_host",
7
"ansible_port", "ansible_ssh_common_args", "ansible_ssh_pass",
8
"ansible_ssh_private_key_file","ansible_user"] %}
9
+{% if key in hostvars[host] %}
10
{{ key }}: {{ hostvars[host][key] }}
11
+{% endif %}
12
{% endfor %}
13
0 commit comments