community.general.ftd (0.1.1) — httpapi

HttpApi Plugin for Cisco ASA Firepower device

Authors: Ansible Networking Team

Install collection

Install with ansible-galaxy collection install community.general:==0.1.1


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

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