1 Star 4 Fork 3

gitchenghe/Ansible-MySQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_mysql.yml 192 Bytes
一键复制 编辑 原始数据 按行查看 历史
gitchenghe 提交于 2022-05-24 13:45 . add install mysql-replicas
---
#- hosts: mysql_dbs
# remote_user: root
# roles:
# - mysql
# 安装mysql主从环境,支持一主多从
#
- hosts: mysql_replicas
remote_user: root
roles:
- mysql-replicas
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitchenghe/ansible-mysql.git
git@gitee.com:gitchenghe/ansible-mysql.git
gitchenghe
ansible-mysql
Ansible-MySQL
master

搜索帮助