Fetch the repository succeeded.
---
# tasks file for percona-xtradb-cluster
- name: Pre tasks
block:
- name: Pre-check before deploy
import_tasks: pre_check.yml
run_once: true
- name: Combine role vars and group vars
import_role:
name: pre-tasks
tasks_from: vars_combine
tags: always
- name: Bootstrap node by safe_to_boot or bootstrap
import_tasks: compose_up.yml
when:
- gcomm_nodes is falsy
- bootstrap is defined
- bootstrap
- name: Re-check before deploy
include_tasks: pre_check.yml
- name: Starting all nodes
include_tasks: compose_up.yml
when:
- gcomm_nodes is truthy
- node == global_bond_ip
loop: "{{ groups['pxc'] | sort }}"
loop_control:
loop_var: node
tags:
- cronjob
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。