cbsch.domeneshop.dns (1.0.5) — module

Update DNS records on Domeneshop

Authors: unknown

Install collection

Install with ansible-galaxy collection install cbsch.domeneshop:==1.0.5


Add to requirements.yml

  collections:
    - name: cbsch.domeneshop
      version: 1.0.5

Description

Update DNS records on Domeneshop

Inputs

    
ttl:
    description:
    - the time to live (ttl) to set on the record in seconds

data:
    description:
    - the value the to set for the record, for example an IPv4 address for A or another
      DNS name for CNAME

host:
    description:
    - the dns record to create / update

type:
    description:
    - the type to set for the record (A,AAAA,CNAME, etc.)

apikey:
    description:
    - Domeneshop API key

domain:
    description:
    - domain to create / update records for

usecache:
    description:
    - will save record data for a single run in /tmp/ansible_domeneshop_cache.json, speeding
      up execution

apisecret:
    description:
    - Domeneshop API secret