December 2017
Intermediate to advanced
364 pages
7h 30m
English
The following snippet will start the specified scan based on scan_id and returns the status information:
- name: starting nessus scan "{{ scan_id }}" using autoNessus command: "autoNessus -sS {{ scan_id }}" register: start_scan_output- debug: msg: "{{ start_scan_output.stdout_lines }}"
