mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Allow specifying timeout on a per-host basis
This commit is contained in:
committed by
Brian Coca
parent
7c308b3f8c
commit
ce43e80d11
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user