Compare commits

...

2 commits

Author SHA1 Message Date
f886633de9 Update GitHub Artifact Actions to v7
Some checks failed
/ build (pull_request) Failing after 29s
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m36s
2026-06-10 14:16:14 +00:00
431aaefb36
dns: remove ns.vie.ccc.de from already migrated zones
Some checks failed
/ Ansible Lint (push) Successful in 2m27s
/ build (push) Failing after 2m41s
2026-06-10 16:05:51 +02:00
2 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ jobs:
run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v7
if: github.event_name == 'pull_request'
with:
name: docs-build

View file

@ -12,12 +12,12 @@ knot__remotes:
knot__catalog_zones:
- domain: "hamburg.ccc.de.catalog."
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
notify_targets: [ "erfadns.ber.ccc.de" ]
knot__zones:
- domain: "hh.ccc.de."
catalog_member: "hamburg.ccc.de.catalog."
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
notify_targets: [ "erfadns.ber.ccc.de" ]
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hh.ccc.de.zone') }}"
- domain: "ccchh.net."
@ -27,7 +27,7 @@ knot__zones:
- domain: "hamburg.ccc.de."
catalog_member: "hamburg.ccc.de.catalog."
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
notify_targets: [ "erfadns.ber.ccc.de" ]
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hamburg.ccc.de.zone') }}"
- domain: "eh20.easterhegg.eu."
@ -46,5 +46,5 @@ knot__zones:
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/diday.org.zone') }}"
- domain: "3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa."
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
notify_targets: [ "erfadns.ber.ccc.de" ]
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa.zone') }}"