Skip to content
Snippets Groups Projects
Commit 4c651d68 authored by nimrod's avatar nimrod
Browse files

- Set more common Ansible roles.

parent 7020043d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e
export ANSIBLE_ROLES_PATH=../:./roles/:.molecule/roles/:/etc/ansible/roles/
for playbook in $@
do
ANSIBLE_ROLES_PATH=../ ansible-playbook \
--inventory=localhost, \
--syntax-check "$playbook"
ansible-playbook --inventory=localhost, --syntax-check "$playbook"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment