摘要:
下载redis 源码包 [root@redis soft]# wget http://download.redis.io/releases/redis-4.0.9.tar.gz 安装依赖包 [root@redis soft]#yum -y install gcc jemalloc-devel 编译安 阅读全文
posted @ 2021-07-18 22:40
屈宏志
阅读(116)
评论(0)
推荐(0)
摘要:
安装ansible [root@ansible ~]#yum install ansible 编写ansible主机清单: [root@ansible ansible]# cat /etc/ansible/hosts [centos8] 192.168.18.130 192.168.18.132 编 阅读全文
posted @ 2021-07-18 20:55
屈宏志
阅读(176)
评论(0)
推荐(0)