Created
March 13, 2016 22:47
-
-
Save pcote/279362882c834f364ec5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Set up the public user | |
| mysql_user: | |
| login_user: root | |
| login_password: "exampleRootPassword" | |
| name: public | |
| password: "examplePublicPassword" | |
| priv: "mydatabase.*: SELECT,INSERT" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment