ansible playbooks for retailor.io infrastructure

This commit is contained in:
2025-03-03 19:33:36 +01:00
committed by KevinMidboe
commit 92cb10ba27
139 changed files with 33603 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Basic setup, brute force protection, firewall and log shipping
hosts: all
roles:
- role: roles/base-packages # - Basic server setup and configuration
- role: roles/fail2ban # - SSH Brute force protection
- role: roles/firewall # - Firewall, if firewall_enable is true
- role: roles/oh-my-zsh
- role: roles/motd