ansble-terraform-jsonnet/config/groups.libsonnet

12 lines
186 B
Plaintext
Raw Normal View History

2021-10-03 19:04:37 +02:00
{
Group:: {
roles: [],
variables: {}
},
# all hosts
infra: Group { roles: ['node-exporter'] },
dockerapps: Group { roles: ['docker', 'nginx'] } ,
}