host-agent 업데이트
This commit is contained in:
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_aix-5.3-powerpc-64
Executable file
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_aix-5.3-powerpc-64
Executable file
Binary file not shown.
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_aix-7.1-powerpc-64
Executable file
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_aix-7.1-powerpc-64
Executable file
Binary file not shown.
Binary file not shown.
7
roles/one_agent/files/host/pkg_version.sh
Executable file
7
roles/one_agent/files/host/pkg_version.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PRODUCT_NAME=exemONE
|
||||
MODULE_NAME=exem-host-agent
|
||||
VERSION=1.2.2
|
||||
|
||||
echo ${PRODUCT_NAME} ${MODULE_NAME} ver ${VERSION}
|
||||
@@ -34,6 +34,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: "{{ EXEM_HOME }}/host/os_binary/exem-host-agent_linux-2.6-x86_64-64"
|
||||
dest: "{{ EXEM_HOME }}/host/bin/exem-host-agent"
|
||||
# remote_src: yes
|
||||
mode: '0755'
|
||||
|
||||
- name: Setting SELinux
|
||||
@@ -55,4 +56,4 @@
|
||||
ansible.builtin.service:
|
||||
name: exem-host-agent
|
||||
state: started
|
||||
enabled: yes
|
||||
enabled: yes
|
||||
|
||||
Reference in New Issue
Block a user