blob: 4cae9af15fa2f4af6115fdb61151b6b1458166b0 [file] [log] [blame]
#!/usr/bin/env bash
# This file contains environment variables that modify how the deploy
# scripts are run. For example, it can be used to configure SSH
# options (see below).
# Options for SSH.
export SSH_OPTS="-o StrictHostKeyChecking=no -o ConnectTimeout=2"
# Use sudo for launching masters and agents.
#export DEPLOY_WITH_SUDO=1