Advertisement
Guest User

Untitled

a guest
Mar 13th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. - name: Set up the public user
  2. mysql_user:
  3. login_user: root
  4. login_password: "exampleRootPassword"
  5. name: public
  6. password: "examplePublicPassword"
  7. priv: "mydatabase.*: SELECT,INSERT"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement