base: only compress logs on log01, not everything
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b24a2ecd41
commit
0fb53e0fba
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue