会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
flyingc
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
随笔分类 -
ansible
我的第一个ansible脚本
摘要:cat install.yml - name: install hosts: test tasks: - name: install softs apt: name={{item}} state=present force=yes with_items: - zip - make - name: c
阅读全文
posted @
2017-09-09 15:44
flyingc
阅读(118)
评论(4)
推荐(0)