]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
site-docker: ability to disable fact sharing
authorSébastien Han <seb@redhat.com>
Tue, 19 Dec 2017 14:10:05 +0000 (15:10 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 20 Dec 2017 16:46:57 +0000 (17:46 +0100)
commitbcb8fdc8030ab304829069063feffe1bc5858760
treed9b1de596eb848e2582fb5c63b1b341e6b08cedd
parent1f4bc601bb88335139f5cbf17f4f9c4b525885e8
site-docker: ability to disable fact sharing

When deploying with Ansible at large scale, the delegate_facts method
consumes a lot of memory on the host that is running Ansible. This can
cause various issues like memory exhaustion on that machine.
You can now run Ansible with "-e delegate_facts_host=False" to disable
the fact sharing.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit c315f81dfe440945aaa90265cd3294fdea549942)
Signed-off-by: Sébastien Han <seb@redhat.com>
site-docker.yml.sample