2016年11月29日

摘要: - hosts: web tasks: - name: "INSTALL" yum: name={{ item }} state=present with_items: - httpd - httpd-devel - name: "START" service: name=httpd state=s 阅读全文

posted @ 2016-11-29 15:20 奔跑吧.蜗牛 阅读(460) 评论(0) 推荐(0)