ansible-playbooks/run-local-all
2013-09-26 03:46:10 -07:00

5 lines
153 B
Bash
Executable File

#!/bin/sh
# Script for running the play on the localhost, everything included.
ansible-playbook -c local --tags="common,mysql,apache" ./create-user.yml