att-comdev / halcyon-kubernetes

Ansible playbooks for a kubadm-based kubernetes deployment, on supporting any cloud and any kubeadm-enabled OS.
Apache License 2.0
35 stars 22 forks source link

proxy_enable needs to be defined in group_vars #37

Closed ravishivt closed 7 years ago

ravishivt commented 7 years ago

The proxy_enable setting added in #28 is not defined in group_vars which leads to the following error:

fatal: [ravi-kube196]: FAILED! => {"failed": true, "msg": "The conditional check 'docker_shared_mounts or proxy_enable' failed. The error was: error while evaluating conditional (docker_shared_mounts or proxy_enable): 'proxy_enable' is undefined\n\nThe error appears to have been in '/Users/rmehra/esupport/code/halcyon-vagrant-kubernetes/halcyon-kubernetes/kube-deploy/roles/deploy-kube/tasks/ubuntu.yml': line 20, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: setting up docker unit drop-in dir\n  ^ here\n"}
intlabs commented 7 years ago

@ravishivt Thanks for filing these issues, it's really appreciated. Though I'm not seeing this issue with my vagrant based deployment. What version of Ansible are you using?