Merge pull request #1830 from ceph/ceph-client-ceph-conf

site-docker.yml.sample: delegate facts
pull/1831/head
Sébastien Han 2017-08-30 14:08:47 +02:00 committed by GitHub
commit 4322434a75
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@
- clients
- iscsigws
- mgrs
tasks: []
tasks:
- name: gather and delegate facts
setup:
delegate_to: "{{ item }}"
delegate_facts: True
with_items: "{{ groups['all'] }}"
- hosts: mons
become: True