Problem scenario: Using a configuration management tool, you can modify the selections of servers for your configurations to exclude specific servers. With Puppet Master you can create classes of nodes (that exclude various Puppet Agent servers) and have manifests apply to the class. In Puppet you can also write manifests that specify individual servers. Chef recipes can target certain Chef clients and exclude others. SaltStack allows the Salt Master server to “call a highstate” (or run an action) on specific Salt Minion servers to push down files or execute commands while ignoring multiple Salt Minions.
…
Continue reading “How Do Build and Release Engineers Target Specific Servers With Jenkins Builds?”