You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here the command line I'm willing to do with ansible
mysql -u root -p -e "grant all on centreon.* to 'centreon'@localhost identified by 'centreon'; grant all on centreon_storage.* to 'centreon'@localhost identified by 'centreon'; grant all on centreon_status.* to 'centreon'@localhost identified by 'centreon';"
Here the command line I'm willing to do with ansible
I've a meta/main.yml like this
How would you do that? That could make one more example (or a tweak in a existing one) in the README.md
The text was updated successfully, but these errors were encountered: