# {{ ansible_managed }} # # Schema definitions for Whisper files. Entries are scanned in order, # and first match wins. This file is scanned for changes every 60 seconds. {% for schema in graphtie_carbon_storage_schemas %} [{{ schema.name }}] {% for name,value in schema.options.items() | sort(attribute='0') %} {{ name }} = {{ value }} {% endfor %} {% endfor %}