Saltstack Official Galera Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- doc:
- name: Galera
- description: Galera Cluster for MySQL is a true Multimaster Cluster based on synchronous replication.
- role:
- {%- if pillar.galera.master is defined %}
- master:
- name: master
- param: {}
- {%- endif %}
- {%- if pillar.galera.slave is defined %}
- slave:
- name: slave
- param: {}
- {%- endif %}
- {%- if pillar.galera.monitor is defined %}
- monitor:
- name: monitor
- param: {}
- {%- endif %}
- {%- if pillar.galera.mysql is defined %}
- mysql:
- name: mysql
- param: {}
- {%- endif %}
|