Initial commit - Security operations and hardening tools

- Added Ansible playbooks for security hardening (UFW, Fail2Ban)
- Implemented SSH key management and host synchronization tools
- Created UFW hardening scripts and network security configurations
- Added Cockpit-Traefik reverse proxy setup documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
anthonyrawlins
2025-08-27 09:35:58 +10:00
commit 97be5c8a54
11 changed files with 435 additions and 0 deletions

5
inventory.ini Normal file
View File

@@ -0,0 +1,5 @@
[popos]
192.168.1.27 ansible_user=tony
192.168.1.72 ansible_user=tony
192.168.1.113 ansible_user=tony
192.168.1.132 ansible_user=tony