ansible_modules icon indicating copy to clipboard operation
ansible_modules copied to clipboard

[Feature]: Retrieve rendered config for device

Open misch42 opened this issue 2 years ago • 1 comments

NetBox version

v3.5.1

Feature type

Change to existing Plugin

Proposed functionality

Netbox from v3.5 on offers the feature to device configuration templates for devices.

See: https://docs.netbox.dev/en/stable/features/configuration-rendering/

It would be a cool feature to retrieve the rendered config for a device from the inventory plugin. Then ansible would be able to push the config out to the device.

Use case

My idea would be a CI/CD chain that stores config templates in git, render these templates in netbox and pushes configs to the devices via ansible.

External dependencies

none.

misch42 avatar May 19 '23 12:05 misch42