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