Franziska Kunsmann
df852e8ef9
All checks were successful
bundlewrap/pipeline/head This commit looks good
20 lines
306 B
Python
20 lines
306 B
Python
groups['webserver'] = {
|
|
'bundles': {
|
|
'letsencrypt',
|
|
'nginx',
|
|
},
|
|
}
|
|
|
|
groups['dns'] = {
|
|
'bundles': {
|
|
'postgresql',
|
|
'powerdns',
|
|
},
|
|
'metadata': {
|
|
'powerdns': {
|
|
'features': {
|
|
'bind': True,
|
|
},
|
|
},
|
|
},
|
|
}
|