Franziska Kunsmann
ca1646d394
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
23 lines
432 B
Python
23 lines
432 B
Python
groups['webserver'] = {
|
|
'bundles': {
|
|
'letsencrypt',
|
|
'nginx',
|
|
},
|
|
}
|
|
|
|
groups['dns'] = {
|
|
'bundles': {
|
|
'postgresql',
|
|
'powerdns',
|
|
},
|
|
'metadata': {
|
|
'powerdns': {
|
|
'features': {
|
|
'bind': True,
|
|
'pgsql': True,
|
|
},
|
|
# Overridden in node metadata for primary server
|
|
'is_secondary': True,
|
|
},
|
|
},
|
|
}
|