Add a LEMP stack combo to ubuntu/site.yml
This commit is contained in:
parent
e0e30edeb0
commit
4d992b8fc7
@ -27,3 +27,12 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- icinga-client
|
- icinga-client
|
||||||
|
|
||||||
|
- name: install LEMP stack to required nodes
|
||||||
|
hosts: lemp-servers
|
||||||
|
user: root
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- jdauphant.nginx
|
||||||
|
- php
|
||||||
|
- mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user