container-agent 업데이트
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
- name: Create Agent Script
|
||||
ansible.builtin.template:
|
||||
src: "{{ item }}.j2"
|
||||
dest: "{{ EXEM_HOME }}/container/{{ item }}"
|
||||
dest: "{{ EXEM_HOME }}/container/script/binary_mode/{{ item }}"
|
||||
mode: '0755'
|
||||
with_items:
|
||||
- start.sh
|
||||
- stop.sh
|
||||
|
||||
- name: exem-container-agent start
|
||||
ansible.builtin.shell: "nohup {{ EXEM_HOME }}/container/start.sh"
|
||||
ansible.builtin.shell: "nohup {{ EXEM_HOME }}/container/script/binary_mode/start.sh"
|
||||
|
||||
@@ -34,7 +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
|
||||
remote_src: yes
|
||||
mode: '0755'
|
||||
|
||||
- name: Setting SELinux
|
||||
|
||||
Reference in New Issue
Block a user