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