From 5edc81c627952b01951d7fd92b6e5b28b4fe515a Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Fri, 22 Jan 2016 17:18:45 +0100 Subject: [PATCH] moving kube-cert group into group_vars --- inventory/group_vars/all.yml | 4 ++++ roles/download/defaults/main.yml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 0fe0dd5e5..45912786b 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -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 diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 89f878aa0..4598e0156 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -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