Sort reports.

This commit is contained in:
Hyperling 2021-02-07 06:41:48 -06:00
parent 1441ba4adb
commit a49ae8f7c5

View File

@ -46,6 +46,6 @@
- name: General | Facts | System | Reports - name: General | Facts | System | Reports
set_fact: set_fact:
heartbeat_report: "{{ report_location }}/{{ ansible_hostname }}.txt" heartbeat_report: "{{ report_location }}/{{ ansible_hostname }}.txt"
lynis_report: "{{ report_location }}/{{ ansible_hostname }}_lynis.txt" lynis_report: "{{ report_location }}/lynis/{{ ansible_hostname }}_lynis.txt"
nmap_report: "{{ report_location }}/{{ ansible_hostname }}_nmap.txt" nmap_report: "{{ report_location }}/nmap/{{ ansible_hostname }}_nmap.txt"
ansible_pull_report: "{{ report_location }}/{{ ansible_hostname }}_last_pull_times.txt" ansible_pull_report: "{{ report_location }}/pull/{{ ansible_hostname }}_last_pull_times.txt"