ansible-playbooks/run-local-all

5 lines
153 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.
ansible-playbook -c local --tags="common,mysql,apache" ./create-user.yml