Add MySQL to top
This commit is contained in:
parent
b291330bc9
commit
53bd6c5c2a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
import_playbook: apps/init.ansible.yml
|
||||
- name: Setup SSH
|
||||
import_playbook: openssh/init.ansible.yml
|
||||
- name: Setup MySQL
|
||||
import_playbook: mysql/init.ansible.yml
|
||||
- name: Setup HAProxy
|
||||
import_playbook: haproxy/init.ansible.yml
|
||||
when: installation_type == 'proxy'
|
||||
|
|
Loading…
Reference in a new issue