Skip to content

CE-3179: Add a parameterised limit for IOC hosts

Simon Rose requested to merge add_group_limits into develop

This changes the --limit used for IOC deployments from hostname to

&hostname:group1:group2:...

which means that the host will be restricted to:

  • hostname
  • any one of group1, group2, etc.

on top of the playbook restriction that it only work on IOCs. This is so that we are able to configure different ce-deploy instances to only be able to deploy to certain ansible groups (which are determined base on network scope).

Note that this is related to/depends on ics-ansible-galaxy/ics-ans-ccce!199 (merged)

Merge request reports