Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runme.sh « test_core « targets « integration « test - github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c20c174132c59921769513bf3e6f9a4ea141647b (plain)
1
2
3
4
5
#!/usr/bin/env bash

set -eu

ANSIBLE_ROLES_PATH=../ ansible-playbook --vault-password-file vault-password runme.yml -i inventory "${@}"