2022-11-18 18:33:37 +01:00
|
|
|
---
|
|
|
|
|
2023-01-13 18:01:41 +01:00
|
|
|
- name: "Unitoo Handbook"
|
2022-11-18 18:33:37 +01:00
|
|
|
hosts: "{{ target if target is defined else 'planets' }}"
|
|
|
|
|
2023-01-13 18:01:41 +01:00
|
|
|
tags: always
|
2022-11-18 18:33:37 +01:00
|
|
|
roles:
|
2022-11-24 10:21:06 +01:00
|
|
|
# --- Hardening ---
|
|
|
|
# Basic rules or good practises to apply
|
2022-11-23 11:59:37 +01:00
|
|
|
|
2023-03-07 18:38:57 +01:00
|
|
|
- hardening-basic
|
|
|
|
- iptables-basic
|
|
|
|
- fail2ban-basic
|
|
|
|
- auditd
|
2022-12-27 20:37:22 +01:00
|
|
|
|
2022-11-24 10:21:06 +01:00
|
|
|
# --- Services ---
|
2023-03-07 18:38:57 +01:00
|
|
|
- service-role-loader
|
|
|
|
|
|
|
|
# --- Sysadmin ---
|
|
|
|
- sysadmin-tools
|