summaryrefslogtreecommitdiffstats
path: root/remote/lib/parameters.sh
blob: c1724152bf02006e7798211caa5c93033abc1cbe (plain)
1
2
3
4
5
6
7
8
9
10
# Configurable
timeout=2
fold=120
palete='blue'
parallel=0
report="standart_report"


# Helpers
ssh_params="-x -q -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o ConnectTimeout=$timeout"