File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 25
25
hosts : filebeat
26
26
tags : filebeat
27
27
tasks :
28
- - import_role :
28
+ - include_role :
29
29
name : filebeat
30
+ tasks_from : " {{ 'runtime.yml' if appliances_mode == 'configure' else 'main.yml' }}"
30
31
31
32
- name : Deploy node_exporter
32
33
hosts : node_exporter
Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
# filebeat_config_path: undefined # REQUIRED. Path to filebeat.yml configuration file template
4
+ filebeat_debug : false
5
+
6
+ # Note all the below can only be set/changed using the install.yml task file:
4
7
filebeat_podman_user : " {{ ansible_user }}" # User that runs the filebeat container
5
8
filebeat_version : 7.12.1 # latest usable with opensearch - see https://opensearch.org/docs/2.4/tools/index/#compatibility-matrix-for-beats
6
- filebeat_debug : false
You can’t perform that action at this time.
0 commit comments