Added proxy_env to scale and upgrade playbooks

This commit is contained in:
Virgil Chereches
2017-12-06 15:06:34 +00:00
parent aeb3e647d4
commit 7bae2a4547
2 changed files with 6 additions and 0 deletions

View File

@@ -38,3 +38,4 @@
- { role: kubernetes/node, tags: node }
- { role: kubernetes/kubeadm, tags: kubeadm, when: "kubeadm_enabled" }
- { role: network_plugin, tags: network }
environment: "{{proxy_env}}"