Skip to content

Instantly share code, notes, and snippets.

@x4FF3

x4FF3/hiera.yaml Secret

Created November 9, 2017 10:59
Show Gist options
  • Save x4FF3/fe6bf559f69b4c5f2f33265251c45f14 to your computer and use it in GitHub Desktop.
Save x4FF3/fe6bf559f69b4c5f2f33265251c45f14 to your computer and use it in GitHub Desktop.
---
:version: 4
:datadir: hieradata
:hierarchy:
- name: 'YAML hieradata'
backend: yaml
paths:
- "nodes/%{::trusted.certname}"
- "env/%{::environment}"
- "domains/%{::domain}"
- "role/%{::serverrole}"
- "os/%{::operatingsystem}/%{::operatingsystemmajrelease}/data"
- common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment