Franziska Kunsmann
a08f483ac5
All checks were successful
bundlewrap/pipeline/head This commit looks good
13 lines
177 B
Python
13 lines
177 B
Python
groups['webserver'] = {
|
|
'bundles': {
|
|
'letsencrypt',
|
|
'nginx',
|
|
},
|
|
}
|
|
|
|
groups['dns'] = {
|
|
'bundles': {
|
|
'postgresql',
|
|
'powerdns',
|
|
},
|
|
}
|