Set nolock for nfs mount for mysql and templating a testing framework

This commit is contained in:
2018-04-23 19:47:55 -04:00
parent c76465f4a6
commit fece272f15
6 changed files with 58 additions and 3 deletions

6
test/ansible-test Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
pushd /ansible
pip install pipenv
pipenv install
pipenv run ansible-playbook -i test-inventory --connection=local playbooks/site.yml