copy 모듈 변경
This commit is contained in:
0
roles/one_agent/files/container/data/.gitkeep
Normal file
0
roles/one_agent/files/container/data/.gitkeep
Normal file
0
roles/one_agent/files/container/log/.gitkeep
Normal file
0
roles/one_agent/files/container/log/.gitkeep
Normal file
0
roles/one_agent/files/host/bin/.gitkeep
Normal file
0
roles/one_agent/files/host/bin/.gitkeep
Normal file
0
roles/one_agent/files/host/data/.gitkeep
Normal file
0
roles/one_agent/files/host/data/.gitkeep
Normal file
0
roles/one_agent/files/host/log/.gitkeep
Normal file
0
roles/one_agent/files/host/log/.gitkeep
Normal file
0
roles/one_agent/files/host/service/.gitkeep
Normal file
0
roles/one_agent/files/host/service/.gitkeep
Normal file
@@ -6,7 +6,8 @@
|
||||
mode: '0755'
|
||||
|
||||
- name: Copy exemONE Container-Agent File
|
||||
ansible.posix.synchronize:
|
||||
# ansible.posix.synchronize:
|
||||
ansible.builtin.copy:
|
||||
src: "{{ role_path }}/files/container"
|
||||
dest: "{{ EXEM_HOME }}"
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
mode: '0755'
|
||||
|
||||
- name: Copy exemONE Host-Agent File
|
||||
ansible.posix.synchronize:
|
||||
# ansible.posix.synchronize:
|
||||
ansible.builtin.copy:
|
||||
src: "{{ role_path }}/files/host"
|
||||
dest: "{{ EXEM_HOME }}"
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- include_tasks: rsync.yml
|
||||
# - include_tasks: rsync.yml
|
||||
# 더이상 사용하지 않는 task, 기존 synchronize 모듈을 copy 모듈로 변경
|
||||
|
||||
- include_tasks: host-agent.yml
|
||||
when:
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
mode: '0755'
|
||||
|
||||
- name: Copy exemONE NDM-Agent File
|
||||
ansible.posix.synchronize:
|
||||
# ansible.posix.synchronize:
|
||||
ansible.builtin.copy:
|
||||
src: "{{ role_path }}/files/ndm"
|
||||
dest: "{{ EXEM_HOME }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user