Skip to content

CE-679: Switch to using extra_vars to deploy and undeploy IOCs

Simon Rose requested to merge ccce/ans/ics-ans-ioc:extra_vars into master

This is a temporary fix that is meant to deal with our lack of inventory; our deployment backend sends the IOCs that should be deployed as extra_vars instead, and so in order to be compatible with that we need to use those.

Note that this should be a temporary change; when we get inventories sorted out, we can simply revert these changes.

Merge request reports