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"
|
line: " 'PASSWORD': '{{ password.db_pass }}', # PostgreSQL password"
|
||||||
- key: '^PLUGINS = '
|
- key: '^PLUGINS = '
|
||||||
line: "PLUGINS = ['netbox_topology_views']"
|
line: "PLUGINS = ['netbox_topology_views']"
|
||||||
|
- key: '^CENSUS_REPORTING_ENABLED = '
|
||||||
|
line: "CENSUS_REPORTING_ENABLED = False"
|
||||||
- key: '^CSRF_COOKIE_SECURE = '
|
- key: '^CSRF_COOKIE_SECURE = '
|
||||||
line: "CSRF_COOKIE_SECURE = True"
|
line: "CSRF_COOKIE_SECURE = True"
|
||||||
notify: run migrations
|
notify: run migrations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue