Add MySQL role to ubuntu/site.yml

This commit is contained in:
staticsafe 2018-06-10 12:47:37 -04:00
parent 02e8237c42
commit e0e30edeb0
1 changed files with 7 additions and 0 deletions

View File

@ -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