Add MySQL role to ubuntu/site.yml
This commit is contained in:
parent
02e8237c42
commit
e0e30edeb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user