rytis.utils.pdns_zone (0.0.3) — module

Manage DNS zones on PowerDNS authoritative server

Authors: Rytis Sileika (@rytis)

Install collection

Install with ansible-galaxy collection install rytis.utils:==0.0.3


Add to requirements.yml

  collections:
    - name: rytis.utils
      version: 0.0.3

Description

Manage DNS zones on PowerDNS authoritative server


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
    - name: Create new zone record
      rytis.utils.pdns_zone:
        api_url: "http://pdns_auth_server_fqdn:8081/"
        api_token: "<secret_auth_token>"
        name: "example.com"
        state: "present"