netbox: disable call home

This commit is contained in:
Timotej Lazar 2025-09-02 08:25:44 +02:00
parent 9afaf49651
commit 5c796f2ec0

View file

@ -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