Created
September 23, 2020 16:39
-
-
Save robrich/305b936c3e33e77e689a5e42e3fd3881 to your computer and use it in GitHub Desktop.
Cluster configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: YOUR_LICENSE_KEY | |
memsql_server_version: 7.1.8 | |
package_type: rpm | |
hosts: | |
- hostname: 127.0.0.1 | |
localhost: true | |
nodes: | |
- register: false | |
role: Master | |
config: | |
password: test | |
port: 3306 | |
- register: false | |
role: Leaf | |
config: | |
password: test | |
port: 3307 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment