Allow specifying timeout on a per-host basis

pull/4420/head
Andrew Gaffney 2017-04-14 12:02:42 -06:00 committed by Brian Coca
parent 7c308b3f8c
commit ce43e80d11
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ MAGIC_VARIABLE_MAPPING = dict(
remote_addr = ('ansible_ssh_host', 'ansible_host'),
remote_user = ('ansible_ssh_user', 'ansible_user'),
port = ('ansible_ssh_port', 'ansible_port'),
timeout = ('ansible_ssh_timeout', 'ansible_timeout'),
ssh_executable = ('ansible_ssh_executable',),
accelerate_port = ('ansible_accelerate_port',),
password = ('ansible_ssh_pass', 'ansible_password'),