mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Allow specifying timeout on a per-host basis
This commit is contained in:
parent
7c308b3f8c
commit
ce43e80d11
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue