ansible.builtin.persistent (v2.9.27) — connection

Use a persistent unix socket for connection

| "added in version" 2.3 of ansible.builtin"

Authors: Ansible Core Team

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

This is a helper plugin to allow making other connections persistent.

Inputs

    
persistent_command_timeout:
    default: 10
    description:
    - Configures, in seconds, the amount of time to wait for a command to return from
      the remote device.  If this timer is exceeded before the command returns, the connection
      plugin will raise an exception and close
    env:
    - name: ANSIBLE_PERSISTENT_COMMAND_TIMEOUT
    ini:
    - key: command_timeout
      section: persistent_connection
    type: int
    vars:
    - name: ansible_command_timeout