From 69cad8ecc1f5c21dd02c7c4f2590247e469c1529 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 22 Aug 2016 10:35:24 +0200 Subject: [PATCH] docker: gather all the fact MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- site-docker.yml.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site-docker.yml.sample b/site-docker.yml.sample index eeef9391a..9eefc5763 100644 --- a/site-docker.yml.sample +++ b/site-docker.yml.sample @@ -1,6 +1,9 @@ --- # Defines deployment design and assigns role to server groups +- hosts: all + tasks: [] + - hosts: mons become: True roles: -- 2.39.5