mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 09:40:34 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
9
plays/base_server_setup.yml
Normal file
9
plays/base_server_setup.yml
Normal 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
|
||||
Reference in New Issue
Block a user