update netbox to 3.0.1
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ab139513e4
commit
43bcd75e87
3 changed files with 25 additions and 4 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue