As we migrate from Elastic -> OpenSearch, we need to ban the OpenSearch hosts before they exist. That's because primary shards hosted by OpenSearch nodes cannot replicate to Elasticsearch nodes. However, our current ban cookbook can't ban any nodes that aren't already in the cluster.
Creating this ticket to:
- create automation that can ban hosts not already in the cluster
- confirm operation