2 Star 3 Fork 1

wanlibing / ansible-k8s-role

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
k8s-install.yml 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanlibing 提交于 2019-11-19 16:32 . test pass
---
- name: os init config
hosts: all
roles:
- os-init
- name: install etcd ,access by https
hosts: etcd
roles:
- etcd
- name: install k8s-master
hosts: master
roles:
- k8s-master
- name: install k8s-node,include kubelet kube-proxy docker
hosts: node
roles:
- k8s-node
# please make sure node is ready
- name: install k8s compone :calico,coredns,dashboard,helm,ingress...
hosts: master
roles:
- k8s-component
Shell
1
https://gitee.com/wanlinshu/ansible-k8s-role.git
git@gitee.com:wanlinshu/ansible-k8s-role.git
wanlinshu
ansible-k8s-role
ansible-k8s-role
master

搜索帮助