11 lines
250 B
YAML
11 lines
250 B
YAML
|
|
---
|
||
|
|
- name: Baseline complète Alliance Boréale
|
||
|
|
hosts: boreale_all
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: baseline_common
|
||
|
|
- role: hardening_common
|
||
|
|
- role: firewall_nftables
|
||
|
|
- role: monitoring_icinga_agent
|
||
|
|
- role: security_wazuh_agent
|