Fix path to lynis. Better comments.

This commit is contained in:
Hyperling 2021-02-02 21:34:08 -06:00
parent bb242098db
commit d66624b8a2

View File

@ -1,7 +1,7 @@
--- ---
# Harmonize my systems rather than doing everything manually. :) # Harmonize my systems rather than doing everything manually. :)
# Everything # Setup of any device connected to this repo.
- name: Main | Default Setup - name: Main | Default Setup
hosts: localhost hosts: localhost
connection: local connection: local
@ -30,7 +30,7 @@
ignore_errors: yes ignore_errors: yes
# Workstations # Additional setup for systems with GUI.
- name: Main | Workstation UI Setup - name: Main | Workstation UI Setup
hosts: workstation hosts: workstation
connection: local connection: local
@ -52,11 +52,11 @@
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"
# Run Hardness Checks # Create reports to analyze security.
- name: Main | Hardness Checks - name: Main | Hardness Tests
hosts: localhost hosts: localhost
connection: local connection: local
become: true become: true
tasks: tasks:
- include: tasks/general/hardness_checks/lynis.yml - include: tasks/general/tests/lynis.yml