Externe Rolle "basics" statt "common"

This commit is contained in:
Alexander Dietrich 2017-04-01 01:00:07 +02:00
commit acf416f7ef
16 changed files with 20 additions and 238 deletions

3
site
View file

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