Skip to content

Commit 5fd70f6

Browse files
committed
Add general Maxscale playbook
This commit adds a general Maxscale playbook that can be invoked once all the variables are configured correctly.
1 parent 6dc2bcd commit 5fd70f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

maxscale.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
3+
- hosts: maxscale
4+
tasks:
5+
- import_role:
6+
name: 'mysql_permissions'
7+
8+
- import_role:
9+
name: 'maxscale'
10+
become: true

0 commit comments

Comments
 (0)