update 20.06.01

This commit is contained in:
zhangzhihan
2020-06-22 10:34:56 +08:00
parent e67c3feb23
commit e1dc6b5f62
22 changed files with 173 additions and 14 deletions

View File

@@ -4,11 +4,17 @@
src: "{{ role_path }}/files/"
dest: /tmp/ansible_deploy/
- name: "copy tfe.service to destination server"
copy:
src: "{{ role_path }}/files/tfe.service"
dest: /usr/lib/systemd/system/
mode: 0755
- name: "install tfe rpms from localhost"
yum:
name:
- /tmp/ansible_deploy/tfe-kmod-v1.0.5.20200408-1dkms.noarch.rpm
- /tmp/ansible_deploy/tfe-4.3.4.82f04dc-1.el7.x86_64.rpm
- /tmp/ansible_deploy/tfe-4.3.5.0db794c-1.el7.x86_64.rpm
state: present
- name: "template tfe-env config"