11 lines
241 B
YAML
11 lines
241 B
YAML
|
|
---
|
||
|
|
- name: Services C5 pivot / exécution
|
||
|
|
hosts: c5_pivot
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: baseline_common
|
||
|
|
- role: hardening_common
|
||
|
|
- role: firewall_nftables
|
||
|
|
- role: monitoring_icinga_agent
|
||
|
|
- role: security_wazuh_agent
|