ansible-playbooks/run-local-all

5 lines
153 B
Plaintext
Raw Normal View History

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