From 0456f2a98a2c6d4eab46205bd11f3db938836f7b Mon Sep 17 00:00:00 2001 From: citty Date: Fri, 15 Oct 2021 21:20:35 -0400 Subject: [PATCH] Syntax is hard. --- setup.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/setup.yml b/setup.yml index c968b85..f8cb630 100644 --- a/setup.yml +++ b/setup.yml @@ -1,4 +1,17 @@ --- -hosts: all -roles: - - immortal \ No newline at end of file + +- hosts: all + roles: + - immortal + +- hosts: web + roles: + - web + +- hosts: database + roles: + - database + +- hosts: all + roles: + - geerlingguy.docker \ No newline at end of file