diff options
Diffstat (limited to 'roles/common/tasks/samhain.yml')
-rw-r--r-- | roles/common/tasks/samhain.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/common/tasks/samhain.yml b/roles/common/tasks/samhain.yml index 184decc..dd5c09b 100644 --- a/roles/common/tasks/samhain.yml +++ b/roles/common/tasks/samhain.yml @@ -1,25 +1,22 @@ - name: Install samhain - apt: pkg={{ item }} - with_items: - - samhain - - auditd + apt: pkg=samhain # XXX: Doesn't work out of the box, see #660197. # Every once in a while, or after a major upgrade, you may want to # update Samhain's database: # # sudo samhain -t update --foreground -l none # # To update the database interactively, without sending mails: # # sudo samhain -t update --interactive -l none -m none - name: Configure samhain copy: src=etc/samhain/samhainrc dest=/etc/samhain/samhainrc owner=root group=root mode=0644 notify: - Reload samhain - name: Start samhain # This task is inconditional because samhain is reloaded not |