增加docker环境基础安装

This commit is contained in:
fumingwei
2020-07-22 12:14:03 +08:00
parent 8364667a79
commit ed15d48272
8 changed files with 96 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
---
- name: 'Unarchive docker env rpm file from remote host'
unarchive:
src: "{{ tsgDiagnoseDockerFile.unarchiveUrl }}"
dest: "{{ tsgDiagnoseDockerFile.unarchiveDest }}"
remote_src: yes

View File

@@ -1,3 +1,4 @@
---
- include: DockerEnvDownload.yml
- include: RpmDownload.yml
- include: TarBuild.yml