Refactor config

This commit is contained in:
2021-10-03 19:04:37 +02:00
parent affc79adda
commit ae2e359225
5 changed files with 55 additions and 38 deletions

11
config/groups.libsonnet Normal file
View File

@@ -0,0 +1,11 @@
{
Group:: {
roles: [],
variables: {}
},
# all hosts
infra: Group { roles: ['node-exporter'] },
dockerapps: Group { roles: ['docker', 'nginx'] } ,
}