From e0e30edeb004cdbef50dc139caa79c5e134c7fac Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 10 Jun 2018 12:47:37 -0400 Subject: [PATCH] Add MySQL role to ubuntu/site.yml --- ubuntu/site.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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