bundles/letsencrypt: add metadata to reload certificates and services
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
2a6547dfb7
commit
5f804ca3be
5 changed files with 74 additions and 2 deletions
|
@ -38,6 +38,27 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'letsencrypt': {
|
||||
'concat_and_deploy': {
|
||||
'kunsi-weechat': {
|
||||
'match_domain': 'part.of.the.trans-agenda.eu',
|
||||
'target': '/home/kunsi/.weechat/ssl/relay.pem',
|
||||
'chown': 'kunsi:kunsi',
|
||||
'chmod': '0440',
|
||||
'commands': [
|
||||
'echo \'core.weechat */relay sslcertkey\' >> /home/kunsi/.weechat/weechat_fifo'
|
||||
],
|
||||
},
|
||||
},
|
||||
'domains': {
|
||||
'part.of.the.trans-agenda.eu': set(),
|
||||
},
|
||||
'reload_after': {
|
||||
# TODO move to bundles
|
||||
'dovecot',
|
||||
'postfix',
|
||||
},
|
||||
},
|
||||
'matrix-synapse': {
|
||||
'server_name': 'franzi.business',
|
||||
'baseurl': 'matrix.franzi.business',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue