Hey all,
Just joined the group, did a search for mysql_user and didn’t find anything with what I’m trying to fix.
Trying to help out with a bug/feature that would be nice to have when setting permissions which is privs with columns listed. This will help tighten up what that mysql user can use for that DB table if anyone doesn’t want to open up everything for a user.
Github issue here - https://github.com/ansible/ansible-modules-core/issues/1120
The recommended fix for mysql_user - https://gist.github.com/bdflemin/902619a453e4ad7e2ecd
Since this is my first time doing this, wanted some guidance on if I’m approaching this correctly and if any word/code changes to help with getting this issue/feature into ansible-modules-core.
I’m excited to help out with this and possibly more problems down the road.
- Resource links I read
- http://docs.ansible.com/community.html#i-d-like-to-learn-how-to-develop-on-ansible
- https://github.com/ansible/ansible-modules-core/blob/devel/CONTRIBUTING.md
Cheers!