- Remove forgejo role, play, group, host_vars, and DNS references - Replace hardcoded /Users/graham/.ssh/ paths with env var lookup - Remove broken setup-user Makefile target - Add community.mysql collection to requirements.yml - Add .ansible/ to .gitignore - git rm --cached .DS_Store files and .vscode/settings.json - Update CLAUDE.md and README.md to reflect actual state - Add findings.md with audit results
64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
---
|
|
ansible_user: ansible
|
|
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: mcintire.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]
|