Add MySQL role to ubuntu/site.yml
This commit is contained in:
parent
02e8237c42
commit
e0e30edeb0
@ -14,6 +14,13 @@
|
|||||||
roles:
|
roles:
|
||||||
- php
|
- php
|
||||||
|
|
||||||
|
- name: install MySQL server to required nodes
|
||||||
|
hosts: mysql-servers
|
||||||
|
user: root
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- mysql
|
||||||
|
|
||||||
- name: install Icinga 2 for client usage
|
- name: install Icinga 2 for client usage
|
||||||
hosts: icinga-clients
|
hosts: icinga-clients
|
||||||
user: root
|
user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user