19 lines
293 B
YAML
19 lines
293 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
become: yes
|
||
|
roles:
|
||
|
- role: base
|
||
|
tags: ["base"]
|
||
|
- role: cron
|
||
|
tags: ["cron"]
|
||
|
- role: ufw
|
||
|
tags: ["ufw"]
|
||
|
- role: fail2ban
|
||
|
tags: ["fail2ban"]
|
||
|
|
||
|
- hosts: all
|
||
|
become: yes
|
||
|
roles:
|
||
|
- role: "node-exporter"
|
||
|
tags: ["node-exporter"]
|