moving kube-cert group into group_vars

This commit is contained in:
Smaine Kahlouch 2016-01-22 17:18:45 +01:00
parent 391413f7e7
commit 5edc81c627
2 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,10 @@ bin_dir: /usr/local/bin
# Note: ensure that you've enough disk space (about 1G)
local_release_dir: "/tmp/releases"
# This is the group that the cert creation scripts chgrp the
# cert files to. Not really changable...
kube_cert_group: kube-cert
# Cluster Loglevel configuration
kube_log_level: 2

View file

@ -1,10 +1,6 @@
---
local_release_dir: /tmp
# This is the group that the cert creation scripts chgrp the
# cert files to. Not really changable...
kube_cert_group: kube-cert
# Versions
kube_version: v1.1.4
etcd_version: v2.2.4