default.j2 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. # Defaults for rkhunter automatic tasks
  6. # sourced by /etc/cron.*/rkhunter and /etc/apt/apt.conf.d/90rkhunter
  7. #
  8. # This is a POSIX shell fragment
  9. #
  10. # Set this to yes to enable rkhunter daily runs
  11. # (default: true)
  12. CRON_DAILY_RUN="yes"
  13. # Set this to yes to enable rkhunter weekly database updates
  14. # (default: true)
  15. CRON_DB_UPDATE="yes"
  16. # Set this to yes to enable reports of weekly database updates
  17. # (default: false)
  18. DB_UPDATE_EMAIL="no"
  19. # Set this to the email address where reports and run output should be sent
  20. # (default: root)
  21. REPORT_EMAIL="root"
  22. # Set this to yes to enable automatic database updates
  23. # (default: false)
  24. APT_AUTOGEN="true"
  25. # Nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
  26. # (default: 0)
  27. NICE="0"
  28. # Should daily check be run when running on battery
  29. # powermgmt-base is required to detect if running on battery or on AC power
  30. # (default: false)
  31. RUN_CHECK_ON_BATTERY="false"