Skip to content

Commit

Permalink
Add aide package to security play to monitor file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-gonzalez committed Oct 8, 2024
1 parent c968450 commit a7bb97a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/base/tasks/Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,14 @@
become: true
when: ansible_distribution in ["Ubuntu", "Debian"]

- name: Security | Install aide to monitor file changes
tags:
- security
ansible.builtin.package:
name: aide
become: true
when: ansible_distribution in ["Ubuntu", "Debian"]

- name: Security | Configure password strength testing
tags:
- security
Expand Down

0 comments on commit a7bb97a

Please sign in to comment.