diff --git a/provision.yml b/provision.yml new file mode 100755 index 0000000..c2854dc --- /dev/null +++ b/provision.yml @@ -0,0 +1,9 @@ +#!/usr/bin/ansible-playbook +# vim:ft=ansible: +--- +- hosts: all + roles: + - role: common + tags: [ common ] + - role: ansible-pull + tags: [ common ]