f5networks.f5_bigip.bigip (3.4.0) — httpapi

HttpApi Plugin for BIG-IP devices

| "added in version" 1.0.0 of f5networks.f5_bigip"

Authors: Wojciech Wypior (@wojtek0806)

Install collection

Install with ansible-galaxy collection install f5networks.f5_bigip:==3.4.0


Add to requirements.yml

  collections:
    - name: f5networks.f5_bigip
      version: 3.4.0

Description

This HttpApi plugin provides methods to connect to BIG-IP devices over a HTTP(S)-based API.

Inputs

    
token_timeout:
    description:
    - The timeout value of the authentication token, in seconds.
    - When not specified the default value set by the device C(1200) is assumed.
    env:
    - name: F5_TIMEOUT
    ini:
    - key: f5_timeout
      section: defaults
    vars:
    - name: f5_timeout

bigip_provider:
    description:
    - The login provider used in communicating with BIG-IP devices when the API connection
      is first established.
    - If the provider is not specified, the default C(tmos) value is used.
    env:
    - name: F5_PROVIDER
    ini:
    - key: f5_provider
      section: defaults
    vars:
    - name: f5_provider

send_telemetry:
    default: true
    description:
    - If C(yes) anonymous telemetry data is sent to F5
    env:
    - name: F5_TELEMETRY_OFF
    ini:
    - key: f5_telemetry
      section: defaults
    vars:
    - name: f5_telemetry