Commit 32ed11f9 by Kevin Falcone

Merge pull request #2836 from edx/jibsheet/allow-local-users-access-to-multiple-dbs

Allow a single user access to multiple databases
parents 63ec7608 de64531e
......@@ -21,6 +21,7 @@
name: "{{ item.user }}"
password: "{{ item.pass }}"
priv: "{{ item.db }}.*:ALL"
append_privs: yes
when: item.db != None and item.db != ''
with_items: "{{ edxlocal_database_users }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment