From e2e4f70f6b14d46d7dbbd2e0d5e7c3c3c69b47cc Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Oct 2024 14:07:53 -0500 Subject: Initial commit Signed-off-by: Matt Strapp --- config_example.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config_example.toml (limited to 'config_example.toml') diff --git a/config_example.toml b/config_example.toml new file mode 100644 index 0000000..7bcf626 --- /dev/null +++ b/config_example.toml @@ -0,0 +1,11 @@ +host_ip = "192.168.1.1" +extra_ssh_args = ["-C"] +#extra_wsl_args = [] + +[[distribution]] +name = "Ubuntu" + +[[distribution]] +name = "Debian" +username = "locust" +port = 4444 \ No newline at end of file -- cgit v1.2.3