diff --git a/hosts.yml b/hosts.yml index d470039..7690a6b 100644 --- a/hosts.yml +++ b/hosts.yml @@ -1,4 +1,8 @@ --- all: hosts: - 10.11.12.35: \ No newline at end of file + 10.11.12.35: + children: + docker_hosts: + hosts: + 10.11.12.35: \ No newline at end of file