From d8a8934a4da317fb3518ecdda32ec7ccc42d19db Mon Sep 17 00:00:00 2001 From: Alaeddine Mesbahi Date: Fri, 8 Nov 2024 08:37:15 +0100 Subject: [PATCH] Revert "Enable no_ping to be true by default." --- ostorlab.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostorlab.yaml b/ostorlab.yaml index 5f604eb..6761623 100644 --- a/ostorlab.yaml +++ b/ostorlab.yaml @@ -94,7 +94,7 @@ args: - name: "no_ping" description: "Treat all hosts as online, skip host discovery." type: "boolean" - value: true + value: false - name: "version_info" description: "Probe open ports to determine service/version info." type: "boolean"