Commit 145755b0 authored by 施桓鹏's avatar 施桓鹏
Browse files

一键安装docker环境

parent 75479f88
Showing with 254981 additions and 0 deletions
+254981 -0
This diff is collapsed.
---
dependencies: []
\ No newline at end of file
- name: 下载 docker 安装脚本
copy:
src: docker-deploy.sh
dest: /root/docker-deploy.sh
mode: a+x
- name: 安装 docker 服务
shell: |
systemctl is-active docker || bash /root/docker-deploy.sh
---
- include: docker.yml
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment