clients: build filtered clients group early
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Mar 2021 13:51:06 +0000 (14:51 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Mar 2021 18:38:04 +0000 (19:38 +0100)
commita1125727345b55b9e0e6898dd58f3ea009e0eccd
tree9a8e1594569f6e04ff684ccbfea94008d665c60b
parent49668378fb574904eff1a6d6288454741a173d45
clients: build filtered clients group early

when the group `_filtered_clients` is built, the order can change from
the original `clients` group which can cause issues since we run
`ceph-container-engine` on the first client only. It means later in the
playbook we can make call to the container CLI on a node where the
container engine wasn't installed.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-client/tasks/create_users_keys.yml
site-container.yml.sample
site.yml.sample