move nginx and letsencrypt bundle to group "webserver"
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
36c8b90c4b
commit
033adc1f0b
4 changed files with 12 additions and 3 deletions
|
@ -5,7 +5,6 @@ groups['all'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'apt',
|
'apt',
|
||||||
'hostname',
|
'hostname',
|
||||||
'letsencrypt',
|
|
||||||
'sudo',
|
'sudo',
|
||||||
'systemd',
|
'systemd',
|
||||||
'users',
|
'users',
|
||||||
|
|
6
groups/features.py
Normal file
6
groups/features.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
groups['webserver'] = {
|
||||||
|
'bundles': {
|
||||||
|
'letsencrypt',
|
||||||
|
'nginx',
|
||||||
|
},
|
||||||
|
}
|
|
@ -3,9 +3,11 @@
|
||||||
|
|
||||||
nodes['htz-cloud.sewfile'] = {
|
nodes['htz-cloud.sewfile'] = {
|
||||||
'bundles': [
|
'bundles': [
|
||||||
'nginx',
|
|
||||||
'seafile',
|
'seafile',
|
||||||
],
|
],
|
||||||
|
'groups': {
|
||||||
|
'webserver',
|
||||||
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'letsencrypt': {
|
'letsencrypt': {
|
||||||
'domains': {
|
'domains': {
|
||||||
|
|
|
@ -3,13 +3,15 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'jenkins-ci',
|
'jenkins-ci',
|
||||||
'matrix-synapse',
|
'matrix-synapse',
|
||||||
'mx-puppet-discord',
|
'mx-puppet-discord',
|
||||||
'nginx',
|
|
||||||
'nodejs',
|
'nodejs',
|
||||||
'riot-web',
|
'riot-web',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
'vmhost',
|
'vmhost',
|
||||||
'voc-loudness-monitor',
|
'voc-loudness-monitor',
|
||||||
],
|
],
|
||||||
|
'groups': {
|
||||||
|
'webserver',
|
||||||
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
|
|
Loading…
Reference in a new issue