更新framework, tfe等关键组件。

This commit is contained in:
Lu Qiuwen
2019-09-12 14:56:26 +08:00
parent 983985e92a
commit 355db0b760
21 changed files with 16 additions and 1003 deletions

View File

@@ -11,32 +11,34 @@
vars:
packages:
- /tmp/ansible_deploy/dkms/dkms-2.7.1-1.el7.noarch.rpm
- /tmp/ansible_deploy/framework/framework-2.0.9.f583d06-1.el7.centos.x86_64.rpm
- /tmp/ansible_deploy/framework/framework-2.0.11.aad8b7e-1.el7.centos.x86_64.rpm
- name: "install framework ld.conf"
synchronize:
src: "{{ role_path }}/files/framework/framework.conf"
dest: /etc/ld.so.conf.d/framework.conf
- name: "install/update rulescan header files"
synchronize:
src: "{{ role_path }}/files/rulescan/rulescan.h"
dest: /opt/MESA/include/MESA/rulescan.h
- name: "install/update rulescan library"
synchronize:
src: "{{ role_path }}/files/rulescan/librulescan.so"
dest: /opt/MESA/lib/librulescan.so
- name: "install/update maat header files"
synchronize:
src: "{{ role_path }}/files/maat/include/"
dest: /opt/MESA/include/MESA/
- name: "install/update maat library files"
synchronize:
src: "{{ role_path }}/files/maat/lib/"
dest: /opt/MESA/lib/
- name: "create maat library symbol links - A"
file:
src: "libmaatframe.so.2.8"
path: /opt/MESA/lib/libmaatframe.so.2
state: link
- name: "create maat library symbol links - B"
file:
src: "libmaatframe.so.2"
path: /opt/MESA/lib/libmaatframe.so
state: link
- name: "update ld"
command: ldconfig