10 lines
209 B
YAML
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' |