2021-02-03 21:29:45 -06:00

10 lines
209 B
YAML

---
# Nmap port test
- name: General | Tests | nmap | Run
shell: "nmap localhost > /root/nmap.txt"
- name: General | Tests | nmap | Make Report Readable
file:
path: "/root/nmap.txt"
mode: '0444'