mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
updating doc to include revoke example for mysql_user docs
This commit is contained in:
@@ -123,6 +123,9 @@ EXAMPLES = """
|
|||||||
# Specify grants composed of more than one word
|
# Specify grants composed of more than one word
|
||||||
- mysql_user: name=replication password=12345 priv=*.*:"REPLICATION CLIENT" state=present
|
- mysql_user: name=replication password=12345 priv=*.*:"REPLICATION CLIENT" state=present
|
||||||
|
|
||||||
|
# Revoke all privileges for user 'bob' and password '12345'
|
||||||
|
- mysql_user: name=bob password=12345 priv=*.*:USAGE state=present
|
||||||
|
|
||||||
# Example privileges string format
|
# Example privileges string format
|
||||||
mydb.*:INSERT,UPDATE/anotherdb.*:SELECT/yetanotherdb.*:ALL
|
mydb.*:INSERT,UPDATE/anotherdb.*:SELECT/yetanotherdb.*:ALL
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user