Reviewed-on: https://app.amonstack.com:10301/gitea/ansible-collection/filebeat/pulls/2
This commit is contained in:
commit
e6c0cc02a3
|
@ -1,12 +1,4 @@
|
|||
---
|
||||
- name: Make Work directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ work_path }}"
|
||||
owner: filebeat
|
||||
group: filebeat
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Create Filebeat Group
|
||||
ansible.builtin.group:
|
||||
name: filebeat
|
||||
|
@ -21,6 +13,14 @@
|
|||
state: present
|
||||
uid: 1802
|
||||
|
||||
- name: Make Work directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ work_path }}"
|
||||
owner: filebeat
|
||||
group: filebeat
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Install Filebeat
|
||||
ansible.builtin.unarchive:
|
||||
src: "{{ filebeat_download_url }}"
|
||||
|
|
Loading…
Reference in New Issue