1 Star 0 Fork 0

尹东东 / ansible

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
os.yml 231 Bytes
一键复制 编辑 原始数据 按行查看 历史
尹东东 提交于 2018-02-09 23:02 . 初始化项目
---
# file: site.yml
# 基础账户环境
# 基础软件环境
# 基础日志环境
- name : Initial os environment
hosts : production
remote_user : root
become: yes
become_method: sudo
roles :
- os
- mysql
1
https://gitee.com/vftour/ansible.git
git@gitee.com:vftour/ansible.git
vftour
ansible
ansible
master

搜索帮助