update bashrc

This commit is contained in:
Sophie Schiller 2021-02-20 17:32:09 +01:00
parent f8bea96752
commit 36b6e801e5
3 changed files with 10 additions and 2 deletions

View file

@ -32,7 +32,9 @@ nodes['htz-cloud.miniserver'] = {
'backups': {
'exclude_from_backups': True,
},
'exclude_from_monitoring': True,
'icinga_options': {
'exclude_from_monitoring': True,
},
'letsencrypt': {
'concat_and_deploy': {
'sophie-weechat': {
@ -52,6 +54,11 @@ nodes['htz-cloud.miniserver'] = {
'nginx': {
'vhosts': {
'i.sophies-kitchen.eu': {
'webroot_config': {
'owner': 'sophie',
'group': 'sophie',
'mode': '0755',
},
},
},
},