X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian%2Fsecurity%2Ftasks%2Fmain.yml;h=c0b093f4f0b89ed4d53dd282dd9dc90c0de9818b;hb=71c3dac63e78368cc75d5a9f5cd28af3483e3c72;hp=f041d25b140c11edd1c9f615d09c943d701a9124;hpb=2368b5150d135cca49c6186a11222799b3b74e17;p=ansible.git diff --git a/playbooks/roles/debian/security/tasks/main.yml b/playbooks/roles/debian/security/tasks/main.yml index f041d25..c0b093f 100644 --- a/playbooks/roles/debian/security/tasks/main.yml +++ b/playbooks/roles/debian/security/tasks/main.yml @@ -6,3 +6,10 @@ name: ['chkrootkit'] state: latest update_cache: yes + +- name: Configure chkrootkit + become: true + lineinfile: + path: /etc/chkrootkit.conf + search_string: 'RUN_DAILY="false"' + line: 'RUN_DAILY="true"'