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
|
- clients
|
||||||
- iscsigws
|
- iscsigws
|
||||||
- mgrs
|
- mgrs
|
||||||
tasks: []
|
|
||||||
|
tasks:
|
||||||
|
- name: gather and delegate facts
|
||||||
|
setup:
|
||||||
|
delegate_to: "{{ item }}"
|
||||||
|
delegate_facts: True
|
||||||
|
with_items: "{{ groups['all'] }}"
|
||||||
|
|
||||||
- hosts: mons
|
- hosts: mons
|
||||||
become: True
|
become: True
|
||||||
|
|
Loading…
Reference in New Issue