No description
Find a file
semantic-release-bot 7146878db0 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/de-it-krachten/ansible-role-hetzner_dns/compare/v1.0.0...v1.1.0) (2026-03-14)

### Features

* Added support for Fedora 43 ([cbd1f65](cbd1f650cf))
* Added support for openSUSE Leap 16 ([7237125](7237125bdc))
* Added support for SUSE Linux Enterprise 16 ([5cae1c8](5cae1c8a4f))
* Drop support for Fedora 41 ([7f5fd96](7f5fd96c89))
2026-03-14 16:44:59 +00:00
.github/workflows Update supported platforms & CI 2026-03-14 14:53:18 +01:00
defaults feat: Initial release 2025-10-12 11:46:26 +02:00
meta Update supported platforms & CI 2026-03-13 22:02:17 +01:00
molecule/default Update supported platforms & CI 2026-03-13 22:02:17 +01:00
tasks feat: Initial release 2025-10-12 11:46:26 +02:00
.ansible-lint feat: Initial release 2025-10-12 11:46:26 +02:00
.cicd Update supported platforms & CI 2026-03-13 22:02:17 +01:00
.cicd.overwrite Update supported platforms & CI 2026-03-13 22:02:17 +01:00
.collections feat: Initial release 2025-10-12 11:46:26 +02:00
.gitignore feat: Initial release 2025-10-12 11:46:26 +02:00
.releaserc.yml feat: Initial release 2025-10-12 11:46:26 +02:00
.roles feat: Initial release 2025-10-12 11:46:26 +02:00
.yamllint feat: Initial release 2025-10-12 11:46:26 +02:00
CHANGELOG.md chore(release): 1.1.0 [skip ci] 2026-03-14 16:44:59 +00:00
README.md Update supported platforms & CI 2026-03-13 22:02:17 +01:00

CI

ansible-role-hetzner_dns

Setup DNS domain in Hetzner

Dependencies

Roles

None

Collections

  • community.dns

Platforms

Supported platforms

  • Red Hat Enterprise Linux 81
  • Red Hat Enterprise Linux 91
  • Red Hat Enterprise Linux 101
  • RockyLinux 8
  • RockyLinux 9
  • RockyLinux 10
  • OracleLinux 8
  • OracleLinux 9
  • OracleLinux 10
  • AlmaLinux 8
  • AlmaLinux 9
  • AlmaLinux 10
  • SUSE Linux Enterprise 151
  • SUSE Linux Enterprise 161
  • openSUSE Leap 15
  • openSUSE Leap 16
  • Debian 11 (Bullseye)
  • Debian 12 (Bookworm)
  • Debian 13 (Trixie)
  • Ubuntu 22.04 LTS
  • Ubuntu 24.04 LTS
  • Fedora 42
  • Fedora 43

Note: 1 : no automated testing is performed on these platforms

Role Variables

defaults/main.yml


# Hetzner API token
# hetzner_dnsapi_token: your-token

# Hetzner zone name
# hetzner_zone_name: your-zone

# Hetzner zone API
hetzner_zone_url: "https://dns.hetzner.com/api/v1/zones"

# DNS records
hetzner_dns_records: []

# Hetzner DNS servers
hetzner_nameservers:
  - hydrogen.ns.hetzner.com
  - oxygen.ns.hetzner.com
  - helium.ns.hetzner.de

Example Playbook

molecule/default/converge.yml


- name: sample playbook for role 'hetzner_dns'
  hosts: all
  become: 'yes'
  tasks:
    - name: Include role 'hetzner_dns'
      ansible.builtin.include_role:
        name: hetzner_dns