diff --git a/lib/ansible/constants.py b/lib/ansible/constants.py index 7215f23b373..751d48488dd 100644 --- a/lib/ansible/constants.py +++ b/lib/ansible/constants.py @@ -33,3 +33,5 @@ DEFAULT_POLL_INTERVAL = 15 DEFAULT_REMOTE_USER = 'root' DEFAULT_REMOTE_PASS = None DEFAULT_REMOTE_PORT = 22 +DEFAULT_TRANSPORT = 'paramiko' +DEFAULT_TRANSPORT_OPTS = ['local', 'paramiko']