From 4d992b8fc743f4938e100348e5efe45081d0d9f0 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 10 Jun 2018 13:04:12 -0400 Subject: [PATCH] Add a LEMP stack combo to ubuntu/site.yml --- ubuntu/site.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 0219b72..84e946e 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -27,3 +27,12 @@ roles: - icinga-client + +- name: install LEMP stack to required nodes + hosts: lemp-servers + user: root + + roles: + - jdauphant.nginx + - php + - mysql