Tasks:
- describe the entire guide
- run nmap scan within local network
- import nmap result, add impotence result
- generate ansible inventory from hosts found by nmap
For example network 192.168.1.0/24
- Run nmap scan
nmap -oX nmapscan.xml <target>
- Import result into platform
fcpc nmap import nmapscan.xml
- You can see the results using the command:
fcpc search host+
- Generate ansible inventory from hosts found by nmap
fcpc ansible import nmapscan.xml