Sort reports.
This commit is contained in:
parent
1441ba4adb
commit
a49ae8f7c5
@ -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"
|
Loading…
x
Reference in New Issue
Block a user