Go to file
Ivan Schaller c77cef64ee make some records absolute 2023-11-10 16:47:59 +01:00
src/octodns_netbox_dns make some records absolute 2023-11-10 16:47:59 +01:00
.editorconfig update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00
.gitignore update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00
LICENSE first commit 2022-05-01 21:23:21 -05:00
MANIFEST.in update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00
README.md update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00
pyproject.toml update query for views and use hatch as a build tool 2023-11-09 13:08:03 +01:00

README.md

config

providers:
    netbox:
        class: octodns_netbox_dns.NetBoxDNSSource
        # Netbox url
        url: "https://some-url"
        # Netbox api token
        token: env/NETBOX_API_KEY
        # Provider 'view' configuration is optional; however, it still can
        # be declared as "null" or with an empty value. If you don't want to
        # set a view in the query, set the value to "false".
        view: false
        # When records sourced from multiple providers, allows provider
        # to replace entries comming from the previous one.
        # Implementation matches YamlProvider's 'populate_should_replace'
        replace_duplicates: false