ansible-role-netbox/templates/configuration.py.j2
2025-01-09 23:44:03 +01:00

5 lines
119 B
Django/Jinja

{% for key, value in netbox_config.items() %}
{{ key }} = {{ value.__repr__() }}
{% endfor %}
{{ netbox_config_raw }}