move nginx and letsencrypt bundle to group "webserver"
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-06-01 11:04:51 +02:00
parent 36c8b90c4b
commit 033adc1f0b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 12 additions and 3 deletions

View file

@ -5,7 +5,6 @@ groups['all'] = {
'bundles': {
'apt',
'hostname',
'letsencrypt',
'sudo',
'systemd',
'users',

6
groups/features.py Normal file
View file

@ -0,0 +1,6 @@
groups['webserver'] = {
'bundles': {
'letsencrypt',
'nginx',
},
}

View file

@ -3,9 +3,11 @@
nodes['htz-cloud.sewfile'] = {
'bundles': [
'nginx',
'seafile',
],
'groups': {
'webserver',
},
'metadata': {
'letsencrypt': {
'domains': {

View file

@ -3,13 +3,15 @@ nodes['htz.ex42-1048908'] = {
'jenkins-ci',
'matrix-synapse',
'mx-puppet-discord',
'nginx',
'nodejs',
'riot-web',
'postgresql',
'vmhost',
'voc-loudness-monitor',
],
'groups': {
'webserver',
},
'metadata': {
'apt': {
'packages': {