I have create one file per role.
- WebServer.yml
- FileServer.yml
- SqlServer.yml
- ...
Role: - WebServer - FileServerHow should I handle the precedence in the datum configuration file, knowing that there is a baseline configuration?
ResolutionPrecedence: - AllNodes\$($Node.ComputerName) - Roles\$($Node.Role) - Roles\ServerBaselineOr is this done with the lookup_options parameter?