mirror of https://github.com/ceph/ceph-ansible.git
docker: gather all the fact
If we don't do this we won't be able to get the ip address of the docker interface. Signed-off-by: Sébastien Han <seb@redhat.com>pull/945/head
parent
88138324cb
commit
69cad8ecc1
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
# Defines deployment design and assigns role to server groups
|
||||
|
||||
- hosts: all
|
||||
tasks: []
|
||||
|
||||
- hosts: mons
|
||||
become: True
|
||||
roles:
|
||||
|
|
Loading…
Reference in New Issue