kubeasz/20.addnode.yml

10 lines
323 B
YAML
Raw Normal View History

2017-11-25 21:37:43 +08:00
- hosts: new-node
roles:
2018-05-19 22:40:41 +08:00
- { role: os-harden, when: "OS_HARDEN is defined and OS_HARDEN == 'yes'" }
2017-11-25 21:37:43 +08:00
- prepare
- docker
- kube-node
2018-03-08 16:24:52 +08:00
# 根据hosts中配置以下两种网络只会安装一种
- { role: calico, when: "CLUSTER_NETWORK == 'calico'" }
- { role: flannel, when: "CLUSTER_NETWORK == 'flannel'" }