add lots of roles to playbook
This commit is contained in:
parent
e202f3e380
commit
bc4e75b53f
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- common
|
- common
|
||||||
- util
|
- util
|
||||||
@ -14,34 +15,62 @@
|
|||||||
- dns
|
- dns
|
||||||
- firewall
|
- firewall
|
||||||
- openssh
|
- openssh
|
||||||
- openvpn
|
- wireguard
|
||||||
- autossh
|
|
||||||
- spiped
|
|
||||||
- chrony
|
- chrony
|
||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
- postfix
|
- postfix
|
||||||
- aide
|
- aide
|
||||||
- telegraf
|
- telegraf
|
||||||
- restic
|
- restic
|
||||||
|
- node_exporter
|
||||||
|
- blackbox_exporter
|
||||||
|
- mtail
|
||||||
|
- supervisor
|
||||||
- hosts: minecraft_servers
|
- hosts: minecraft_servers
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- minecraft
|
- minecraft
|
||||||
- craftbukkit
|
|
||||||
- hosts: jump_servers
|
- hosts: jump_servers
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- go
|
- go
|
||||||
|
- dl
|
||||||
- hosts: git_servers
|
- hosts: git_servers
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- nginx
|
- nginx
|
||||||
- certbot
|
- certbot
|
||||||
- gitea
|
- gitea
|
||||||
- hosts: stats_servers
|
- hosts: stats_servers
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- nginx
|
- nginx
|
||||||
- certbot
|
- certbot
|
||||||
- influxdb
|
- influxdb
|
||||||
- grafana
|
- grafana
|
||||||
|
- hosts: monitor_servers
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- nginx
|
||||||
|
- role: prometheus
|
||||||
|
tags:
|
||||||
|
- prometheus
|
||||||
|
- monitoring
|
||||||
|
- alertmanager
|
||||||
|
- blackbox_exporter
|
||||||
|
- pushgateway
|
||||||
|
- role: karma
|
||||||
|
tags:
|
||||||
|
- monitoring
|
||||||
|
- role: kthxbye
|
||||||
|
tags:
|
||||||
|
- monitoring
|
||||||
|
- role: thanos
|
||||||
|
tags:
|
||||||
|
- thanos
|
||||||
|
- monitoring
|
||||||
- hosts: name_servers
|
- hosts: name_servers
|
||||||
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- nsd
|
- nsd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user