Skip to content

stefanandres/hiera_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hiera_dump

Dump all hiera variables for a specific node It only works for the hiera yaml backend. It may work with hiera-eyaml, will probably fail for hiera-gpg at the moment.

Usage

install

git clone https://github.com/stefanandres/hiera_dump.git
PATH=$PWD:$PATH

use

  • Dump all local variables
./hiera_dump
  • Dump all variables for specific node by facts
./hiera_dump fqdn=myhost.com osfamily=RedHat
  • Dump all variables including the files where they originated from
./hiera_dump -s

About

Dump all hiera variables for a specific node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published