2023-03-09から1日間の記事一覧

Ansible mysql_user multiple priv

Multiple privileges can be specified by separating each one using a forward slash: db.table1:priv/db.table2:priv.https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_user_module.html 複数権限は / で区切る or 辞書型 - n…