mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 01:30:35 +00:00
10 lines
381 B
YAML
10 lines
381 B
YAML
---
|
|
- 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
|