update bashrc
This commit is contained in:
parent
f8bea96752
commit
36b6e801e5
3 changed files with 10 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue