netbox: disable call home
This commit is contained in:
parent
9afaf49651
commit
5c796f2ec0
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@
|
|||
line: " 'PASSWORD': '{{ password.db_pass }}', # PostgreSQL password"
|
||||
- key: '^PLUGINS = '
|
||||
line: "PLUGINS = ['netbox_topology_views']"
|
||||
- key: '^CENSUS_REPORTING_ENABLED = '
|
||||
line: "CENSUS_REPORTING_ENABLED = False"
|
||||
- key: '^CSRF_COOKIE_SECURE = '
|
||||
line: "CSRF_COOKIE_SECURE = True"
|
||||
notify: run migrations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue