Priority

You may optionally add a priority key within the frontmatter in your config files.

Config files with a priority set will be ordered first, according to their priority value, in ascending order.

Config files with no priority set will be processed alphabetically by their filenames.

---
priority: 200
---
some_servers:
  Hosts:
    - one.example.org
    - two.example.org
---
priority: 350
---
some_more_servers:
  Hosts:
    - three.example.org
    - four.example.org