mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 13:54:30 +00:00
- k3s: render server-only config keys only for servers; add regression test; make guardrail test non-sudo - k3s/site: add post-provision node labeling tasks + playbook tier; extend inventory node label mapping - registry: default namespace to common-services and skip redundant image pushes by probing registry manifests (installer + init scripts)
160 lines
2.7 KiB
YAML
160 lines
2.7 KiB
YAML
---
|
|
prole_domain: prole.org
|
|
|
|
# Source of truth imported from name.com export (A/CNAME/MX/TXT)
|
|
# Notes:
|
|
# - "name: '@'" means the zone apex (prole.org)
|
|
# - no IPv6 records included (per request)
|
|
prole_dns_records:
|
|
- name: aventage
|
|
type: A
|
|
value: 10.0.0.206
|
|
ttl: 300
|
|
|
|
- name: book.svc
|
|
type: A
|
|
value: 185.158.133.1
|
|
ttl: 300
|
|
|
|
- name: fairyland
|
|
type: A
|
|
value: 10.0.0.208
|
|
ttl: 300
|
|
|
|
- name: k8s
|
|
type: CNAME
|
|
value: zinfandel.prole.org
|
|
ttl: 300
|
|
|
|
- name: loghost
|
|
type: A
|
|
value: 10.0.0.3
|
|
ttl: 300
|
|
|
|
- name: mc
|
|
type: A
|
|
value: 73.15.20.166
|
|
ttl: 300
|
|
|
|
- name: merlin
|
|
type: A
|
|
value: 10.0.0.6
|
|
ttl: 300
|
|
|
|
- name: morana
|
|
type: A
|
|
value: 10.0.0.66
|
|
ttl: 300
|
|
|
|
- name: morgoth
|
|
type: A
|
|
value: 10.0.0.204
|
|
ttl: 300
|
|
|
|
- name: myrddin
|
|
type: A
|
|
value: 10.0.0.3
|
|
ttl: 300
|
|
|
|
- name: ollama
|
|
type: A
|
|
value: 73.15.20.166
|
|
ttl: 300
|
|
|
|
- name: pi
|
|
type: A
|
|
value: 10.0.0.5
|
|
ttl: 300
|
|
|
|
- name: "@"
|
|
type: MX
|
|
value: alt1.aspmx.l.google.com
|
|
ttl: 3600
|
|
priority: 5
|
|
|
|
- name: "@"
|
|
type: MX
|
|
value: alt2.aspmx.l.google.com
|
|
ttl: 3600
|
|
priority: 5
|
|
|
|
- name: "@"
|
|
type: MX
|
|
value: alt3.aspmx.l.google.com
|
|
ttl: 3600
|
|
priority: 10
|
|
|
|
- name: "@"
|
|
type: MX
|
|
value: alt4.aspmx.l.google.com
|
|
ttl: 3600
|
|
priority: 10
|
|
|
|
- name: "@"
|
|
type: MX
|
|
value: aspmx.l.google.com
|
|
ttl: 3600
|
|
priority: 1
|
|
|
|
- name: raspberry
|
|
type: A
|
|
value: 10.0.0.4
|
|
ttl: 300
|
|
|
|
- name: retropie
|
|
type: A
|
|
value: 10.0.0.207
|
|
ttl: 300
|
|
|
|
- name: svc
|
|
type: A
|
|
value: 73.15.20.166
|
|
ttl: 300
|
|
|
|
- name: synology
|
|
type: A
|
|
value: 10.0.0.203
|
|
ttl: 300
|
|
|
|
- name: www
|
|
type: CNAME
|
|
value: ghs.googlehosted.com
|
|
ttl: 300
|
|
|
|
- name: zinfandel
|
|
type: A
|
|
value: 10.0.0.205
|
|
ttl: 300
|
|
|
|
- name: _lovable.book.svc
|
|
type: TXT
|
|
value: lovable_verify=a6369596ca0ae0b00fde155591c566c05a9844302a70727ba69a74b56c58927f
|
|
ttl: 300
|
|
|
|
# Convenience list: internal RFC1918 A records only (useful for Samba AD DNS population)
|
|
prole_internal_a_records:
|
|
- fqdn: aventage.prole.org
|
|
ipv4: 10.0.0.206
|
|
- fqdn: fairyland.prole.org
|
|
ipv4: 10.0.0.208
|
|
- fqdn: loghost.prole.org
|
|
ipv4: 10.0.0.3
|
|
- fqdn: merlin.prole.org
|
|
ipv4: 10.0.0.6
|
|
- fqdn: morana.prole.org
|
|
ipv4: 10.0.0.66
|
|
- fqdn: morgoth.prole.org
|
|
ipv4: 10.0.0.204
|
|
- fqdn: myrddin.prole.org
|
|
ipv4: 10.0.0.3
|
|
- fqdn: pi.prole.org
|
|
ipv4: 10.0.0.5
|
|
- fqdn: raspberry.prole.org
|
|
ipv4: 10.0.0.4
|
|
- fqdn: retropie.prole.org
|
|
ipv4: 10.0.0.207
|
|
- fqdn: synology.prole.org
|
|
ipv4: 10.0.0.203
|
|
- fqdn: zinfandel.prole.org
|
|
ipv4: 10.0.0.205
|