summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/templating_lookups/runme.sh
blob: 60b3923b1a2a0e4e66afeb9929e795e1eca3412b (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eux

ANSIBLE_LOOKUP_PLUGINS=. ANSIBLE_ROLES_PATH=./ UNICODE_VAR=café ansible-playbook runme.yml "$@"

ansible-playbook template_lookup_vaulted/playbook.yml --vault-password-file template_lookup_vaulted/test_vault_pass "$@"

ansible-playbook template_deepcopy/playbook.yml -i template_deepcopy/hosts "$@"