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

- Set more common Ansible roles.

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