Compare commits
2 commits
2e805f3e15
...
f886633de9
| Author | SHA1 | Date | |
|---|---|---|---|
| f886633de9 | |||
|
431aaefb36 |
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue