mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1830 from ceph/ceph-client-ceph-conf
site-docker.yml.sample: delegate factspull/1831/head
commit
4322434a75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue