10 lines
220 B
YAML
10 lines
220 B
YAML
|
|
---
|
||
|
|
- name: Hardening commun Alliance Boréale
|
||
|
|
hosts: boreale_all
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: hardening_common
|
||
|
|
- role: firewall_nftables
|
||
|
|
- role: monitoring_icinga_agent
|
||
|
|
- role: security_wazuh_agent
|