Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

57 lines (35 loc) · 1.34 KB

1.6.0

  • Add dynamic inventory for hetzner dns
plugin: markuman.hetzner_dns.inventory
zone_name: osuv.de
filters:
  type:
    - A
    - CNAME

ansible-inventory -i osuv.hetzner_dns.yml --list

1.5.0

  • fetch only requested zone_name
  • improve integrationtests (easier to run against custom domains)

1.4.3

  • fix bug. purge: yes removes not all existing records

1.4.2

1.4.1

  • minor change (documentation update).

1.4.0

  • add support to add/delete muliple DNS records for one Name
    • new paramter purge with alias parameter replace, overwrite and solo to be compatible with other ansible dns modules.

1.3.0

  • Grafeful error handling
  • full --diff support

1.2.0


1.1.0

Set default TTL to 300 to detect dns changes correctly. When a record was set manually without setting a TTL, the API does not response a TTL value.