1 Star 0 Fork 0

大目 / kubespray

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ansible_version.yml 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
- hosts: localhost
gather_facts: false
become: no
vars:
minimal_ansible_version: 2.8.0
ansible_connection: local
tasks:
- name: "Check ansible version >={{ minimal_ansible_version }}"
assert:
msg: "Ansible must be {{ minimal_ansible_version }} or higher"
that:
- ansible_version.string is version(minimal_ansible_version, ">=")
tags:
- check
1
https://gitee.com/itmuch/kubespray.git
git@gitee.com:itmuch/kubespray.git
itmuch
kubespray
kubespray
master

搜索帮助