Ver código fonte

Update install_log2ram.yml

Aligned Ansible playbook settings with Log2Ram config defaults to ensure consistency and predictability.
pull/225/head
Adam Matthews 5 meses atrás
committed by Adam Matthews
pai
commit
d16d29be66
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      ansible_playbook/install_log2ram.yml

+ 3
- 3
ansible_playbook/install_log2ram.yml Ver arquivo

@@ -16,14 +16,14 @@
log2ram_keyring: /usr/share/keyrings/azlux-archive-keyring.gpg
log2ram_apt_repository: "deb [signed-by={{ log2ram_keyring }}] {{ log2ram_repo_url }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main"

log2ram_size: 40M
log2ram_size: 128M
log2ram_use_rsync: true
log2ram_notification: true
log2ram_notification_command: 'mail -s "Log2Ram Error on $HOSTNAME"'
log2ram_path_disk: /var/log
log2ram_use_z2lr: true
log2ram_use_z2lr: false
log2ram_comp_alg: lz4
log2ram_log_disk_size: 100M
log2ram_log_disk_size: 256M


tasks:


Carregando…
Cancelar
Salvar