Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

TNSOPS's avatar
TNSOPS
Icon for Altostratus rankAltostratus
3 years ago
Solved

Getting error when trying to run Ansible (2.9) playbook using bigip_device_info module

Playbook (venv) $ cat playtest.yml --- - name: MY TEST PLAYBOOK hosts: F5 connection: local gather_facts: false collections: - f5networks.f5_modules tasks: - name: Collect BIG IP FACTS b...
  • TNSOPS's avatar
    3 years ago

    i got this working by removing delegate_to: localhost under the task and only keep connection: local at the global level.