More organization and beginning to add 1337 share.
This commit is contained in:
16
tasks/general/hardness_checks/lynis.yml
Normal file
16
tasks/general/hardness_checks/lynis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
- name: Install Lynis
|
||||
git:
|
||||
repo: https://github.com/CISOfy/lynis
|
||||
dest: "{{ lynis_install_dir }}"
|
||||
clone: yes
|
||||
force: yes
|
||||
|
||||
- name: Run Lynis Audit System
|
||||
shell: "{{ lynis_install_dir }}/lynis --no-colors audit system > {{ lynis_report }} 2>&1"
|
||||
|
||||
- name: Make Lynis Report Readable
|
||||
file:
|
||||
path: "{{ lynis_report }}"
|
||||
mode: '0444'
|
Reference in New Issue
Block a user