Support multiple artifacts under individual inventory directory

This commit is contained in:
Wong Hoi Sing Edison
2018-02-16 20:53:35 +08:00
parent 955f833120
commit a086686e9f
6 changed files with 56 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
---
kubeconfig_localhost: false
kubectl_localhost: false
artifacts_dir: "./artifacts"
artifacts_dir: "{{ inventory_dir }}/artifacts"
kube_config_dir: "/etc/kubernetes"
kube_apiserver_port: "6443"