Skip to content

Instantly share code, notes, and snippets.

Created July 16, 2015 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cf24a83f44861b654da4 to your computer and use it in GitHub Desktop.
Save anonymous/cf24a83f44861b654da4 to your computer and use it in GitHub Desktop.
taurus-create-db-user:
mysql_user.present:
- connection_host: localhost
- connection_user: root
- connection_charset: utf8
- user: user1
- host: '%'
- allow_passwordless: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment