12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
{
|
|
Group:: {
|
|
roles: [],
|
|
variables: {}
|
|
},
|
|
|
|
# all hosts
|
|
infra: Group { roles: ['node-exporter'] },
|
|
dockerapps: Group { roles: ['docker', 'nginx'] } ,
|
|
|
|
}
|