infra/ansible/host_vars/git.mcintire.me.yml
Graham McInitre d644868602 Migrate mcintire.me DNS from self-hosted BIND9 to Cloudflare
- Add mcintire.me zone + all 14 DNS records to tofu/cloudflare.tf (A, MX, CNAME, SRV, TXT)
- Include zone settings, HSTS, bot management, firewall for mcintire.me
- Update Porkbun NS from as393837_ns to cloudflare_ns in tofu/dns.tf
- Remove mcintire.me zone from BIND9 master config (group_vars/bind9_servers/)
- Delete mcintire.me.yml zone file
- Remove mcintire.me secondary zone from git.mcintire.me host_vars
2026-07-24 09:14:36 -05:00

60 lines
1.4 KiB
YAML

---
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
public_ip: 172.245.56.83
dns_backend: bind9
firewall_allow_rules:
- port: 53
proto: tcp
comment: DNS
- port: 53
proto: udp
comment: DNS
- port: 80
proto: tcp
comment: HTTP
- port: 443
proto: tcp
comment: HTTPS
# This server is a secondary/slave nameserver
bind_zone_role: secondary
# Primary nameserver to replicate from
bind_primary_server: 204.110.191.222
# Override zones to make them all secondary zones
bind_zones:
- name: w5isp.com
type: secondary
primaries: [204.110.191.222]
- name: aprs.me
type: secondary
primaries: [204.110.191.222]
- name: manero.org
type: secondary
primaries: [204.110.191.222]
- name: ntxarms.com
type: secondary
primaries: [204.110.191.222]
- name: towerops.net
type: secondary
primaries: [204.110.191.222]
- name: vntx.net
type: secondary
primaries: [204.110.191.222]
- name: vntx.org
type: secondary
primaries: [204.110.191.222]
- name: 188.110.204.in-addr.arpa
type: secondary
primaries: [204.110.191.222]
- name: 189.110.204.in-addr.arpa
type: secondary
primaries: [204.110.191.222]
- name: 190.110.204.in-addr.arpa
type: secondary
primaries: [204.110.191.222]
- name: 191.110.204.in-addr.arpa
type: secondary
primaries: [204.110.191.222]