Franziska Kunsmann
35d7011848
All checks were successful
bundlewrap/pipeline/head This commit looks good
12 lines
151 B
Python
12 lines
151 B
Python
groups['webserver'] = {
|
|
'bundles': {
|
|
'letsencrypt',
|
|
'nginx',
|
|
},
|
|
}
|
|
|
|
groups['dns'] = {
|
|
'bundles': {
|
|
'bind',
|
|
},
|
|
}
|