Fixed xray dbutil rpm package.

This commit is contained in:
jefferyfry
2020-06-02 15:36:35 -07:00
parent 318ecd0584
commit 71bd6a6f65
6 changed files with 799 additions and 3 deletions

View File

@@ -1,16 +1,19 @@
---
- name: Install db-utl
yum:
name: "{{ xray_home }}/app/third-party/misc/db4-utils-4.7.25-20.el6_7.x86_64.rpm"
name: "{{ xray_home }}/app/third-party/misc/libdb-utils-5.3.21-19.el7.x86_64.rpm"
state: present
become: yes
- name: Install socat
yum:
name: "{{ xray_home }}/app/third-party/rabbitmq/socat-1.7.3.2-2.el7.x86_64.rpm"
state: present
become: yes
- name: Install erlang
yum:
name: "{{ xray_home }}/app/third-party/rabbitmq/erlang-21.1.4-1.el7.centos.x86_64.rpm"
state: present
become: yes

View File

@@ -31,9 +31,12 @@
until: downloadxray is succeeded
retries: 3
- name: perform prerequisite installation
- debug:
msg: "Running dependency installation for {{ ansible_os_family }}"
- name: perform dependency installation
include_tasks: "{{ ansible_os_family }}.yml"
- name: ensure etc exists
file:
path: "{{ xray_home }}/var/etc"