ansible yum模块

[root@ansible ~]# ansible web -m yum -a "name=httpd state=installed"
参数
name    //指定要安装软件包的名称,如果有多个用","隔开
state   //指定使用yum的方法
  installed|present   //安装软件包
  removed|absent      //移除软件包
  latest          //安装最新软件包
posted @ 2023-02-20 17:21  Justtosee  阅读(39)  评论(0编辑  收藏  举报