Actions
Feature #19977
closedFetch a value for a given parameter name (from a provisioning snippet) on a subnet
Difficulty:
trivial
Triaged:
Pull request:
Description
It would be nice to add parameters to subnets in Foreman, and use those parameters to perform certain operations.
I have a concrete case where I want to put every subnet in a given firewall zone (public, internal, dmz, etc.). This means in practice the addition of a ZONE=public
line in the ifcfg
-file (on RedHat), and firewalld picks it up automatically.
Actions