1)安装rsync 使用yum模块
语法:
ansible backup -m 指定模块名 -a 具体动作
[root@ansible ~]# ansible backup -m yum -a 'name=rsync state=present'
卸载rsync服务:
[root@ansible ~]# ansible backup -m yum -a 'name=rsync state=absent'
yum模块:
欢迎来撩 : 汇总all
1)安装rsync 使用yum模块
语法:
ansible backup -m 指定模块名 -a 具体动作
[root@ansible ~]# ansible backup -m yum -a 'name=rsync state=present'
卸载rsync服务:
[root@ansible ~]# ansible backup -m yum -a 'name=rsync state=absent'
yum模块:
欢迎来撩 : 汇总all