* Gecko Driver https://github.com/mozilla/geckodriver/releases install to `~/.local/bin/`
* Gecko Driver https://github.com/mozilla/geckodriver/releases install to `~/.local/bin/`
## Auth
Just use your nessus username and password.
| **Ansible Parameter** | **ENV Variable** |
| --- | --- |
| `username` | `NESSUS_USERNAME` |
| `password` | `NESSUS_PASSWORD` |
# Usage
## task
| parameters | default | comment |
| --- | --- | --- |
| `name` | - | name of the nessus task |
| `purge` | `true` | Wether a existing targets should be replaced (`true`) or appended (`false`). Alias parameter are: `replace`, `overwrite`, `solo`. |
| `headless` | `true` | If set to (`false`), firefox will spawned. Good for debugging. |
| `host` | - | Host of your nessus installation (_without https://_) |
| `targets` | - | List of targets that should be present in the nessus task |
| `username` | - | Nessus Username. Environment `NESSUS_USERNAME` can be also used. |
| `password` | - | Nessus Password, Environment `NESSUS_PASSWIRD` can be also used. |