ManageIQ_Providers_AnsibleTower_ConfigurationManager_*
has now been renamed as ManageIQ_Providers_AnsibleTower_AutomationManager_*
.Resolv::IPv4::Regex
regular expression from the resolv
Ruby gem to extract only the IPv4 addresses, for example:hosts
value, for example::limit
value as an extra variable when invoking a Tower job template if either $evm.root['vm']
or $evm.root["miq_provision"].destination
are valid VM objects. Under certain exception conditions however the :limit
extra variable can be left undefined when the Tower job is run, resulting in the playbook being executed against the entire inventory. This could have undesirable consequences.hosts:
value, for example:vm_target_name
can be defined as a substitution variable in the job-specific instance of the JobTemplate class (see screenshot vm_target_name defined in the JobTemplate Instance).$evm.root['vm']
object doesn't exist, a blank value will be passed to Tower, and the job will simply fail to run (fail-safe).