ansible-roles/logstash/defaults/main.yml
Jérémy Lecour 9e63ae90c8
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3128|0|3128|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
Elastic Stack : default to version 8.x
2024-06-17 10:46:34 +02:00

13 lines
388 B
YAML

---
elastic_stack_version: "8.x"
logstash_jvm_xms: 256m
logstash_jvm_xmx: 512g
logstash_log_rotate_days: 365
logstash_custom_tmpdir: Null
logstash_default_tmpdir: /var/lib/logstash/tmp
logstash_log_syslog_enabled: True
logstash_config_force: True
apt_keyring_dir: "{{ ansible_distribution_major_version is version('12', '<') | ternary('/etc/apt/trusted.gpg.d', '/etc/apt/keyrings') }}"