12 lines
262 B
YAML
12 lines
262 B
YAML
|
|
---
|
||
|
|
- name: Services C3 coeur / réseau
|
||
|
|
hosts: c3_core
|
||
|
|
become: true
|
||
|
|
roles:
|
||
|
|
- role: baseline_common
|
||
|
|
- role: hardening_common
|
||
|
|
- role: firewall_nftables
|
||
|
|
- role: monitoring_icinga_agent
|
||
|
|
- role: postgresql
|
||
|
|
- role: powerdns_authoritative
|