功能端部署剧本升级,适配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 http_healthcheck rpm to destination server"
copy:
src: "{{ role_path }}/files/"
dest: /tmp/ansible_deploy/
- name: "install http_healthcheck from localhost"
yum:
name:
- /tmp/ansible_deploy/http_healthcheck-20.04-1.el7.x86_64.rpm
state: present