renatoalmeidaoliveira.netero.peeringdb_getasn (1.1.5) — module

Searches for an ASN policy and interfaces

| "added in version" 0.0.1 of renatoalmeidaoliveira.netero"

Authors: Renato Almeida de Oliveira (renato.a.oliveira@pm.me)

preview | supported by community

Install collection

Install with ansible-galaxy collection install renatoalmeidaoliveira.netero:==1.1.5


Add to requirements.yml

  collections:
    - name: renatoalmeidaoliveira.netero
      version: 1.1.5

Description

This modules encapsules peeringDB API to search for an specific ASN his interfaces and policy indormations

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Search ASN 15169
  peeringdb_getasn:
    asn: 15169
    ix-id: 171

Inputs

    
asn:
    description:
    - The searched ASN
    required: true

ix-id:
    description:
    - The peeringDB IXP ID
    required: false

ix-name:
    description:
    - The peerigDB IXP Name
    required: false

password:
    description:
    - Your peeringDB password
    required: false

username:
    description:
    - Your peeringDB User
    required: false

Outputs

object:
  description: object representing ASN data
  returned: success
  type: dict