Set nolock for nfs mount for mysql and templating a testing framework
This commit is contained in:
6
test/ansible-test
Normal file
6
test/ansible-test
Normal 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
|
||||
Reference in New Issue
Block a user