- 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
22 lines
453 B
YAML
22 lines
453 B
YAML
---
|
|
ansible_user: graham
|
|
ansible_host: 204.110.191.224
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
firewall_allow_rules:
|
|
- port: 80
|
|
proto: tcp
|
|
comment: HTTP
|
|
- port: 443
|
|
proto: tcp
|
|
comment: HTTPS
|
|
- port: 81
|
|
proto: tcp
|
|
comment: UISP device management
|
|
- port: 8089
|
|
proto: tcp
|
|
comment: UISP HTTPS alt
|
|
- port: 2055
|
|
proto: udp
|
|
comment: NetFlow
|