功能端部署剧本升级,适配20.4版本

This commit is contained in:
zhangzhihan
2020-04-26 02:09:50 +08:00
parent 633624c5a5
commit f8ba0f2019
38 changed files with 989 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
- name: "copy tsg_master rpm to destination server"
copy:
src: "{{ role_path }}/files/"
dest: /tmp/ansible_deploy/
- name: "install tsg_master from localhost"
yum:
name:
- /tmp/ansible_deploy/tsg_master-debug-1.0.3.a4e2a7c-1.el7.centos.x86_64.rpm
state: present