Move kube_version to group_vars/all to allow easier changing of version

Also allows to perform version dependent logic in Ansible roles.
This commit is contained in:
Alexander Block
2016-12-09 10:33:04 +01:00
parent 444b1dafdc
commit 665ce82d71
3 changed files with 3 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ bootstrap_os: none
# Directory where the binaries will be installed
bin_dir: /usr/local/bin
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: 1.4.6
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
local_release_dir: "/tmp/releases"