Closed
Description
I propose a new entry to the provision
config space: a dict
of facts
.
the name is up for discussion, since every configuration management software names them differently:
- puppet has facter facts
- chef has ohai attributes (and hints)
- Ansible's setup module gathers facts, and can utilise either of the above to its advantage
- salt has grains
i could go on, but these are the systems i have at least passing familiarity with.
Each of them also has a concept of a "custom fact". These are most often used to classify the system, e.g.: assign a specific role.