aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.toml
blob: 7bcf626658116e76b92a6f493026e23155c05ddc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
host_ip = "192.168.1.1"
extra_ssh_args = ["-C"]
#extra_wsl_args = []

[[distribution]]
name = "Ubuntu"

[[distribution]]
name = "Debian"
username = "locust"
port = 4444