Pre-filter IOCs by name
Unfortunately jinja does not lazily evaluate conditionals. Hence
ioc.name in iocs_to_deploy and ioc.ioc_type == "conda"
will fail if ioc_type
is not provided (for example, because we
did not clone an IOC and so never parsed its metadata). Thus we
switch this to pre-parsing all of the IOCs for those we shall deploy.