add hosts and update dns

This commit is contained in:
o.vodianov 2025-08-20 23:05:53 +04:00
parent 01062c9902
commit 47d9aaf150
3 changed files with 28 additions and 22 deletions

View File

@ -10,6 +10,10 @@ homelab:
ansible_host: torrent.home.lab.local
microbin:
ansible_host: microbin.home.lab.local
libre:
ansible_host: libre.home.lab.local
monitoring:
ansible_host: monitoring.home.lab.local
sandbox:
ansible_host: 192.168.0.101
vpn:

View File

@ -3,7 +3,7 @@
;
$TTL 604800
@ IN SOA ns1.home.lab.local. admin.home.lab.local. (
2025082001 ; Serial
2025082002 ; Serial
3600 ; Refresh
3600 ; Retry
2419200 ; Expire
@ -23,3 +23,4 @@ $TTL 604800
114.0 IN PTR vpn.home.lab.local. ; 192.168.0.114
100.0 IN PTR nas.home.lab.local. ; 192.168.0.100
229.0 IN PTR libre.home.lab.local. ; 192.168.0.229
229.0 IN PTR monitoring.home.lab.local. ; 192.168.0.235

View File

@ -3,7 +3,7 @@
;
$TTL 604800
@ IN SOA ns1.home.lab.local. admin.home.lab.local. (
2025082001 ; Serial
2025082002 ; Serial
3600 ; Refresh
3600 ; Retry
2419200 ; Expire
@ -26,3 +26,4 @@ microbin.home.lab.local. IN A 192.168.0.118
vpn.home.lab.local. IN A 192.168.0.114
nas.home.lab.local. IN A 192.168.0.100
libre.home.lab.local. IN A 192.168.0.229
monitoring.home.lab.local. IN A 192.168.0.235