Compare commits
2 Commits
0decac47c9
...
8c9da16cca
Author | SHA1 | Date |
---|---|---|
pengln | 8c9da16cca | |
pengln | 00fb976157 |
|
@ -31,8 +31,8 @@
|
|||
|
||||
- name: Render Filebeat Configure File
|
||||
ansible.builtin.template:
|
||||
src: "filebeat-{{ items }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ items }}.yml"
|
||||
src: "filebeat-{{ item }}-template.yml"
|
||||
dest: "{{ work_path }}/filebeat_{{ item }}.yml"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
|
Loading…
Reference in New Issue