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