mgdis.ovh.ip_reverse (0.1.2) — module

| "added in version" 0.1.0 of mgdis.ovh"

Authors: unknown

Install collection

Install with ansible-galaxy collection install mgdis.ovh:==0.1.2


Add to requirements.yml

  collections:
    - name: mgdis.ovh
      version: 0.1.2

Description

Create reverse DNS for defined IP


Requirements

Inputs

    
ip:
    description:
    - The IP address on which the lookup will be done
    required: true
    type: str

ip_block:
    default: None
    description:
    - The ipBlock from which the IP address is part of if reverse is based on vRack IPs
    required: false
    type: str

domain_name:
    description:
    - The domain name to associate with the IP address
    required: true
    type: str