Skip to content

Instantly share code, notes, and snippets.

@pcote
Created March 13, 2016 22:47
Show Gist options
  • Select an option

  • Save pcote/279362882c834f364ec5 to your computer and use it in GitHub Desktop.

Select an option

Save pcote/279362882c834f364ec5 to your computer and use it in GitHub Desktop.
- 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