fluent-bit: Do not apply to K8s nodes

We'll manage Fluent-Bit on Kubernetes nodes as a DaemonSet.  This will
be necessary in order to grant it access to the Kubernetes API so it can
augment log records with Kubernetes metadata (labels, pod name, etc.).
This commit is contained in:
2025-10-17 07:51:32 -05:00
parent 96ac5be3b5
commit dc8961de92
6 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
collectd_processes: '{{ collectd_processes_kubelet + collectd_processes_controller}}'
dnf_automatic_reboot: never
keepalived_global_defs: |-
max_auto_priority 79

View File

@@ -1,3 +1,5 @@
dnf_automatic_reboot_command: touch /run/reboot-needed
samba_interfaces:
- '{{ ansible_default_ipv4.interface }}'
host_uses_firewalld: false