From: Guillaume Abrioux Date: Thu, 27 Feb 2020 12:27:19 +0000 (+0100) Subject: clients: do not run ceph-facts entirely X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fguits-speedup_client_deployment;p=ceph-ansible.git clients: do not run ceph-facts entirely DNM/WIP Signed-off-by: Guillaume Abrioux --- diff --git a/site-container.yml.sample b/site-container.yml.sample index 098cce826..c1a7a7f67 100644 --- a/site-container.yml.sample +++ b/site-container.yml.sample @@ -45,6 +45,10 @@ tags: [with_pkg, fetch_container_image] - import_role: name: ceph-facts + tasks_from: container_binary.yml + - import_role: + name: ceph-facts + tasks_from: is_atomic.yml - import_role: name: ceph-validate - import_role: @@ -353,6 +357,7 @@ tags: ['ceph_update_config'] - import_role: name: ceph-facts + tasks_from: container_binary tags: ['ceph_update_config'] - import_role: name: ceph-handler