41 lines
857 B
YAML
41 lines
857 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
|
|
base:
|
|
'*':
|
|
- base
|
|
- hardware
|
|
- os
|
|
'adm01.wks':
|
|
- base.rsyslog.server
|
|
- base.packages.haproxy
|
|
- k8s.podman
|
|
- systemd.units
|
|
'not G@fqdn:adm01.wks':
|
|
- match: compound
|
|
- base.rsyslog.client
|
|
'G@osarch:arm64 or G@osarch:armhf or G@osarch:armel':
|
|
- match: compound
|
|
- base.packages.arch.arm
|
|
'auto02*':
|
|
- k8s.podman
|
|
- base.packages.haproxy
|
|
- systemd.units
|
|
#- base.packages.salt.master
|
|
#- base.pki.ca
|
|
'pine*':
|
|
#- k8s
|
|
- roles.nut.client
|
|
'ebin*':
|
|
- roles.nut.client
|
|
'lenny*':
|
|
#- k8s.admin
|
|
- base.packages.node.lenny # migrate these with yori/desktops
|
|
- base.packages.repo.brave-browser
|
|
- base.packages.FreeCAD
|
|
'yori*':
|
|
- base.packages.repo.brave-browser
|
|
- base.packages.FreeCAD
|
|
'truhe*':
|
|
- roles.mpd |