nodes/{aurto,rx300}: send a daily test message to a t-online address to keep our "reputation"
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
6c9809b165
commit
5781869f03
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,9 @@ 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'),
|
||||
},
|
||||
'interfaces': {
|
||||
'enp1s0': {
|
||||
'ips': {
|
||||
|
|
|
@ -49,6 +49,9 @@ 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'),
|
||||
},
|
||||
'gitea': {
|
||||
'version': '1.14.4',
|
||||
'sha256': 'e1ce2fadcf6561cb2543b44b9f1382d6ce4be29ed8edd6d9d7080a218aa114b0',
|
||||
|
|
Loading…
Reference in a new issue