update netbox to 3.0.1
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-09-02 07:52:11 +02:00
parent ab139513e4
commit 43bcd75e87
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 25 additions and 4 deletions

View file

@ -21,6 +21,12 @@ defaults = {
# and database
},
},
'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,
),
},
'postgresql': {
'databases': {
'netbox': {