diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 39feaa4..0219b72 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -14,6 +14,13 @@ roles: - php +- name: install MySQL server to required nodes + hosts: mysql-servers + user: root + + roles: + - mysql + - name: install Icinga 2 for client usage hosts: icinga-clients user: root