Skip to content

Commit

Permalink
harvester: replace ipv4 addr (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
1977er committed Jan 9, 2025
1 parent e516b48 commit 815a681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions host_vars/harvester/10_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fqdn: "harvester.ffh.zone"
networkd_configures:
- iface: eth0
addresses:
- 217.197.84.204/24
- 45.12.203.14/26
- 2a0a:4587:2030:10c::51a1/64
gateway4: 217.197.84.201
gateway4: 45.12.203.1
gateway6: 2a0a:4587:2030:10c::1
dns_server:
- 5.1.66.255
Expand Down
2 changes: 1 addition & 1 deletion host_vars/ns1/10_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dns_authoritative_toplevel:
"c.ffh.zone. IN NS rdns.ffh.zone.",
"zbx-ber.ffh.zone. IN CNAME rdns.ffh.zone.",

"harvester.ffh.zone. IN A 217.197.84.204",
"harvester.ffh.zone. IN A 45.12.203.14",
"harvester.ffh.zone. IN AAAA 2a0a:4587:2030:10c::51a1",
"keepitup.ffh.zone. IN CNAME harvester.ffh.zone.",
"opkg.ffh.zone. IN CNAME harvester.ffh.zone.", # deprecated since vH18
Expand Down

0 comments on commit 815a681

Please sign in to comment.