Initial server-infra setup

This commit is contained in:
2026-07-06 15:34:49 -05:00
commit f848420d8f
17 changed files with 605 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
ansible_user: westfarn
ansible_python_interpreter: /usr/bin/python3
admin_user: westfarn
# UFW
ufw_ssh_port: 22
ufw_ssh_allowed_network: 10.0.0.0/24
ufw_allowed_tcp_ports:
- 80
- 443
# Docker
docker_users:
- "{{ admin_user }}"
+2
View File
@@ -0,0 +1,2 @@
---
# Shared webserver settings (add per-environment overrides here later)