security.yml 446 B

12345678910
  1. - name: 'Reconfigure unattended-upgrades'
  2. raw: rm -f /etc/apt/apt.conf.d/20auto-upgrades* ; UCF_FORCE_CONFFMISS=1 UCF_FORCE_CONFFNEW=1 dpkg-reconfigure --frontend noninteractive unattended-upgrades
  3. - name: 'Reconfigure rkhunter'
  4. raw: rm -f /etc/default/rkhunter* ; UCF_FORCE_CONFFMISS=1 UCF_FORCE_CONFFNEW=1 dpkg-reconfigure --frontend noninteractive rkhunter
  5. - name: 'Remount /proc'
  6. shell: mount -o remount /proc
  7. # vim: ft=yaml.ansible