Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
mysql8_innodb_cluster [2024/06/25 12:48] – andonovj | mysql8_innodb_cluster [2024/06/25 13:40] (current) – andonovj | ||
---|---|---|---|
Line 83: | Line 83: | ||
name: mysqld | name: mysqld | ||
state: stopped | state: stopped | ||
- | |||
- | - name: Template the my.cnf | ||
- | template: | ||
- | dest: "/ | ||
- | src: templates/ | ||
- | owner: " | ||
- | group: " | ||
- | mode: ' | ||
- name: Define the primary host (e.g. first host in the group) | - name: Define the primary host (e.g. first host in the group) | ||
Line 127: | Line 119: | ||
- name: Bootstrap the cluster (new deployment) | - name: Bootstrap the cluster (new deployment) | ||
command: mysqlsh -f / | command: mysqlsh -f / | ||
+ | |||
+ | - name: Wait to start | ||
+ | wait_for: | ||
+ | timeout: 5 | ||
- name: Add the other instances | - name: Add the other instances |