]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
site: delegate fact to all the hosts
authorSébastien Han <seb@redhat.com>
Thu, 24 Aug 2017 07:28:22 +0000 (09:28 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 24 Aug 2017 09:33:07 +0000 (11:33 +0200)
commit5bda515d7ca185e8feedc031624ff4b073caa728
tree81df21c9fcfa78886a9de0959bdc53c4ed7d547d
parentd0a3034857175272cfcafe46fa34c99ce125a61e
site: delegate fact to all the hosts

Before this patch we couldn't use --limit properly to only interact with
a particular set of hosts. We basically always required to have ceph-mon
role being played to properly get facts and then build the ceph.conf.

Now, the current running host will get the facts from the machines that
are not part of the current play. This is achieved with the help of the
new option delegate_facts, for more info see:
http://docs.ansible.com/ansible/latest/playbooks_delegation.html#delegated-facts

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1482067
Signed-off-by: Sébastien Han <seb@redhat.com>
site.yml.sample