37 lines
617 B
YAML
37 lines
617 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
|
|
base:
|
|
'*':
|
|
- saltmine
|
|
- prometheus.node_exporter
|
|
'riot01*':
|
|
- haproxy
|
|
- grafana
|
|
- prometheus.prometheus
|
|
- base.log.rsyslog.client
|
|
'pine*':
|
|
- base.log.rsyslog.client
|
|
'ebin*':
|
|
- base.log.rsyslog.client
|
|
# Verflixt und zugenaeht!
|
|
'cpuarch:aarch64':
|
|
- match: grain
|
|
- base.log.rsyslog.client
|
|
'cpuarch:armv7l':
|
|
- match: grain
|
|
- base.log.rsyslog.client
|
|
|
|
#'pine03*':
|
|
# - prometheus.prometheus
|
|
#'ebin*':
|
|
# - ceph
|
|
#'pine0[12]*':
|
|
# - ceph
|
|
#'riot*':
|
|
# - ceph
|
|
# 'tumor.chaos':
|
|
# - salt.master
|
|
|