bundles/cron: use MAILTO=, rework metadata syntax
This commit is contained in:
parent
533f8075ca
commit
0d865c93d4
22 changed files with 113 additions and 65 deletions
|
@ -22,10 +22,12 @@ defaults = {
|
|||
},
|
||||
},
|
||||
'cron': {
|
||||
'netbox': '{m} {h} * * * netbox /opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py housekeeping'.format(
|
||||
m=node.magic_number%60,
|
||||
h=node.magic_number%4,
|
||||
),
|
||||
'jobs': {
|
||||
'netbox': '{m} {h} * * * netbox /opt/netbox/venv/bin/python /opt/netbox/src/netbox/manage.py housekeeping'.format(
|
||||
m=node.magic_number%60,
|
||||
h=node.magic_number%4,
|
||||
),
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'databases': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue