add bundle:check-mail-received
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
76b859c629
commit
3351767d56
6 changed files with 137 additions and 6 deletions
|
@ -2,6 +2,7 @@ nodes['aurto'] = {
|
|||
'hostname': '31.47.232.107',
|
||||
'bundles': {
|
||||
'backup-client',
|
||||
'check-mail-received',
|
||||
},
|
||||
'groups': {
|
||||
'arch',
|
||||
|
@ -18,8 +19,12 @@ nodes['aurto'] = {
|
|||
'/var/cache/pacman/aurto',
|
||||
},
|
||||
},
|
||||
'cron': {
|
||||
'telekom_nervkram': vault.decrypt('encrypt$gAAAAABg6X1pOUs_jVkqyHYChM4P6lpdpAUmLXkDPy2grxcL-R8Ab10Isxj52dvUkLFET-LhNgxgnGbdYtMhv1_awgS9klHW1A==').format_into('0 0 * * * root date | mail -s \'daily test mail\' -r root@aurto.kunbox.net {}@t-online.de'),
|
||||
'check-mail-received': {
|
||||
't-online': {
|
||||
'email': 'franzi.kunsmann@t-online.de',
|
||||
'imap_host': 'secureimap.t-online.de',
|
||||
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
|
||||
},
|
||||
},
|
||||
'interfaces': {
|
||||
'enp1s0': {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
nodes['htz.ex42-1048908'] = {
|
||||
'bundles': {
|
||||
'check-mail-received',
|
||||
'dovecot',
|
||||
'element-web',
|
||||
# 'gitea',
|
||||
|
@ -86,8 +87,12 @@ nodes['htz.ex42-1048908'] = {
|
|||
'/opt/matrix/matrix-dimension',
|
||||
},
|
||||
},
|
||||
'cron': {
|
||||
'telekom_nervkram': vault.decrypt('encrypt$gAAAAABfqXi23M96wrSLhqlbhqgePYX06LjPXfyQU2y_07kqYYLztj_PhS1-dk4r5FiiL2Ofmx5iCKW1sZNqiQSuHj2uKaitH0GnwHqj5CI2JwkAS9HrFxw=').format_into('0 0 * * * root date | mail -s \'daily test mail \' -r postmaster@mx0.kunbox.net {}'),
|
||||
'check-mail-received': {
|
||||
't-online': {
|
||||
'email': 'franzi.kunsmann@t-online.de',
|
||||
'imap_host': 'secureimap.t-online.de',
|
||||
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
|
||||
},
|
||||
},
|
||||
'element-web': {
|
||||
'url': 'chat.franzi.business',
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
nodes['rx300'] = {
|
||||
'hostname': '31.47.232.106',
|
||||
'bundles': {
|
||||
'check-mail-received',
|
||||
'gitea',
|
||||
'lm-sensors',
|
||||
'miniflux',
|
||||
|
@ -49,8 +50,12 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'cron': {
|
||||
'telekom_nervkram': vault.decrypt('encrypt$gAAAAABg6X1pOUs_jVkqyHYChM4P6lpdpAUmLXkDPy2grxcL-R8Ab10Isxj52dvUkLFET-LhNgxgnGbdYtMhv1_awgS9klHW1A==').format_into('0 0 * * * root date | mail -s \'daily test mail\' -r root@rx300.kunbox.net {}@t-online.de'),
|
||||
'check-mail-received': {
|
||||
't-online': {
|
||||
'email': 'franzi.kunsmann@t-online.de',
|
||||
'imap_host': 'secureimap.t-online.de',
|
||||
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
|
||||
},
|
||||
},
|
||||
'gitea': {
|
||||
'version': '1.14.4',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue