# config_contexts: # create folders by the name of the key and files by the name of the key value(s),
# site: dub # include variables from config_contexts/site/dub.yml
# region: europe
# role: # include variables from config_contexts/role/router.yml and config_contexts/role/vpn.yml, list may contain any number of items
# - router
# - vpn
# content of config_contexts/device/router1_customer1.yml
# there are no special/functional items
# the device context has weight 0, top precedence
# keys in this file will overwrite any duplicate keys imported from any other context.
#
# key_name: "some_value"
# content of files under the context_contexts folder, example config_contexts/site/dub.yml
# the _metadata object, keys 'weight'(int) and is_active(bool) are functional, they control the order of precedence in which the keys are merged to the config_context