jpclipffel.tenable.assets (1.0.0) — inventory

Get hosts from Tenable assets list

| "added in version" 2.4 of jpclipffel.tenable"

Authors: unknown

Install collection

Install with ansible-galaxy collection install jpclipffel.tenable:==1.0.0


Add to requirements.yml

  collections:
    - name: jpclipffel.tenable
      version: 1.0.0

Description

No description

Inputs

    
access_key:
    description: Tenable access key
    env:
    - name: TENABLE_ACCESS_KEY
    type: string

secret_key:
    description: Tenable secret key
    env:
    - name: TENABLE_SECRET_KEY
    type: string

api_endpoint:
    default: https://cloud.tenable.com
    description: Tenable API endpoint
    env:
    - name: TENABLE_API_ENDPOINT
    type: string