ansible-playbooks/run-local-all

5 lines
158 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.
2014-02-06 17:43:42 -07:00
ansible-playbook -c local --tags="common,mysql,apache,file" ./create-user.yml