1 Star 0 Fork 20

fisherhuang/kubeadm-ha

forked from open-hand/kubeadm-ha 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
03-kubernetes-component.yml 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
setzero 提交于 2020-07-01 23:02 . [IMP]添加代理支持
# 所有节点安装 kubernetes 组件
- hosts: all
gather_facts: false
tasks:
- name: "设置代理服务器环境变量"
set_fact:
proxy_env:
http_proxy: "{{ http_proxy | default ('') }}"
HTTP_PROXY: "{{ http_proxy | default ('') }}"
https_proxy: "{{ https_proxy | default ('') }}"
HTTPS_PROXY: "{{ https_proxy | default ('') }}"
no_proxy: "{{ no_proxy | default ('') }}"
NO_PROXY: "{{ no_proxy | default ('') }}"
no_log: true
- hosts:
- all
roles:
- prepare/kubernetes
environment: "{{ proxy_env }}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fisherhuang/kubeadm-ha.git
[email protected]:fisherhuang/kubeadm-ha.git
fisherhuang
kubeadm-ha
kubeadm-ha
master

搜索帮助