Add a LEMP stack combo to ubuntu/site.yml

This commit is contained in:
staticsafe 2018-06-10 13:04:12 -04:00
parent e0e30edeb0
commit 4d992b8fc7
1 changed files with 9 additions and 0 deletions

View File

@ -27,3 +27,12 @@
roles:
- icinga-client
- name: install LEMP stack to required nodes
hosts: lemp-servers
user: root
roles:
- jdauphant.nginx
- php
- mysql