base: only compress logs on log01, not everything

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-27 08:31:19 -07:00
parent b24a2ecd41
commit 0fb53e0fba

View file

@ -540,6 +540,7 @@
copy: src=compress-log.cron dest=/etc/cron.d/ mode=0644 copy: src=compress-log.cron dest=/etc/cron.d/ mode=0644
tags: tags:
- compress - compress
when: inventory_hostname.startswith('log0')
- name: Set crypto-policy to LEGACY on fedora 33 hosts to get 2fa working - name: Set crypto-policy to LEGACY on fedora 33 hosts to get 2fa working
import_tasks: crypto-policies.yml import_tasks: crypto-policies.yml