nessus: add credentials, increase memory allocation

This commit is contained in:
wizzdom 2024-12-12 01:46:05 +00:00
parent 2a0f414dcc
commit f40d37e6de
No known key found for this signature in database
GPG key ID: EEB7D796F4B09F07

View file

@ -30,9 +30,18 @@ job "nessus" {
ports = ["http"]
}
template {
data = <<EOF
USERNAME={{ key "nessus/username" }}
PASSWORD={{ key "nessus/password" }}
ACTIVATION_CODE={{ key "nessus/activation_code" }}
EOF
destination = ".env"
env = true
}
resources {
memory = 1000
memory = 2000
}
}
}