ansible-playbooks/run-local-all

5 lines
158 B
Plaintext
Raw Normal View History

2013-09-26 10:46:10 +00:00
#!/bin/sh
# Script for running the play on the localhost, everything included.
2014-02-07 00:43:42 +00:00
ansible-playbook -c local --tags="common,mysql,apache,file" ./create-user.yml