From 30031bc0ee46d28244f35505339d9d9789012561 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