1 Star 0 Fork 3

AllenLiuOSC / kubeadm-ha

forked from 平安 / kubeadm-ha 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
93-backup-cluster.yml 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
setzero 提交于 2021-05-12 09:54 . [IMP]优化脚本默认值获取
- hosts: localhost
become: no
tasks:
- name: "校验 Ansible 版本"
assert:
msg: "Ansible 版本最低要求 2.8.0,当前版本为 {{ ansible_version.string }},请升级 Ansible 版本。"
that:
- ansible_version.string is version("2.8.0", ">=")
vars:
ansible_connection: local
# 备份各节点相关数据及文件
- hosts:
- all
roles:
- prepare/variables
- backup
1
https://gitee.com/allenliuosc/kubeadm-ha.git
git@gitee.com:allenliuosc/kubeadm-ha.git
allenliuosc
kubeadm-ha
kubeadm-ha
master

搜索帮助