community.network.ftd (5.0.2) — httpapi

HttpApi Plugin for Cisco ASA Firepower device

Authors: Ansible Networking Team (!UNKNOWN)

Install collection

Install with ansible-galaxy collection install community.network:==5.0.2


Add to requirements.yml

  collections:
    - name: community.network
      version: 5.0.2

Description

This HttpApi plugin provides methods to connect to Cisco ASA firepower devices over a HTTP(S)-based api.

Inputs

    
spec_path:
    default: /apispec/ngfw.json
    description:
    - Specifies the api spec path of the FTD device
    type: str
    vars:
    - name: ansible_httpapi_ftd_spec_path

token_path:
    description:
    - Specifies the api token path of the FTD device
    type: str
    vars:
    - name: ansible_httpapi_ftd_token_path