摘要:
> REPLACE (/usr/lib/python2.7/site-packages/ansible/modules/files/replace.py) This module will replace all instances of a pattern within a file. It is 阅读全文
摘要:
> YUM (/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py) Installs, upgrade, downgrades, removes, and lists packages and groups wit 阅读全文
摘要:
创建具有完全备份所需的最小权限的数据库用户的SQL示例如下 mysql> CREATE USER 'bkpuser'@'%' IDENTIFIED BY 's3cret';mysql> GRANT RELOAD, LOCK TABLES, PROCESS, REPLICATION CLIENT ON 阅读全文