4 Star 17 Fork 6

万里数据库/GreatSQL-Ansible

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
check_mysql.yml 333 Bytes
Copy Edit Raw Blame History
- name: check mysql port
shell: if [ -z "`/usr/sbin/ss -lntp|grep ":{{mysql_port}}"`" ] ; then echo "True"; else echo "False"; fi;
register: check_mysql_port
- name: check mysql processor
shell: if [ -z "`ps -ef|grep -v grep|grep "{{base_dir}}".*mysqld`" ] ; then echo "True"; else echo "False"; fi
register: check_mysql_ps
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GreatSQL/GreatSQL-Ansible.git
git@gitee.com:GreatSQL/GreatSQL-Ansible.git
GreatSQL
GreatSQL-Ansible
GreatSQL-Ansible
master

Search