28 lines
406 B
YAML
28 lines
406 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
|
|
base:
|
|
'*':
|
|
- base
|
|
'cpuarch:aarch64 or cpuarch:armv6l or cpuarch:armv6l':
|
|
- match: grain
|
|
- base.packages.arch.arm
|
|
'riot01*':
|
|
- haproxy
|
|
- prometheus
|
|
- grafana
|
|
#- kubernetes
|
|
'tumor*':
|
|
- base.pki.ca
|
|
|
|
#'ebin*':
|
|
# - ceph
|
|
# - ceph.osd
|
|
#'pine0[12]*':
|
|
# - ceph
|
|
# - ceph.mon
|
|
#'riot*':
|
|
# - ceph
|
|
# - ceph.mon
|