Run kolla-ansible bootstrap-servers to specific hosts
Hi, i'm now including new compute nodes to an existing openstack environment provisioned by kolla-ansble. It's there any way to run bootstrap-servers task only to some hosts?
Use --limit Nodename in the command
Thanks Eduardo, works fine.