| #!/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 |