Initial commit
This commit is contained in:
commit
279b26964a
5 changed files with 68 additions and 0 deletions
12
defaults/main.yml
Normal file
12
defaults/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
netbox_config:
|
||||
# DATABASE: {...}
|
||||
# REDIS: {...}
|
||||
# SECRET_KEY: "..."
|
||||
MEDIA_ROOT: /var/lib/netbox/media
|
||||
REPORTS_ROOT: /var/lib/netbox/reports
|
||||
SCRIPTS_ROOT: /var/lib/netbox/scripts
|
||||
CENSUS_REPORTING_ENABLED: false
|
||||
netbox_config_raw: ''
|
||||
|
||||
netbox_gunicorn_config: {}
|
||||
netbox_gunicorn_config_raw: ''
|
||||
Loading…
Add table
Add a link
Reference in a new issue