Add basics role as submodule

This commit is contained in:
Alexander Dietrich 2017-09-04 19:39:32 +02:00
commit 166daf50db
5 changed files with 5 additions and 9 deletions

3
site
View file

@ -1,6 +1,3 @@
#!/bin/bash
ANSIBLE_ROLES_PATH="$HOME/.ansible/roles"
ansible-galaxy install -f -r requirements.yml
ansible-playbook site.yml -i production -bK $*