diff --git a/.gitignore b/.gitignore index 3f97ebb..bbc39b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -credentials/ -artifacts/ +credentials/ \ No newline at end of file diff --git a/group_vars/k8s-cluster/k8s-cluster.yml b/group_vars/k8s-cluster/k8s-cluster.yml index d68f2a9..6d66a0e 100644 --- a/group_vars/k8s-cluster/k8s-cluster.yml +++ b/group_vars/k8s-cluster/k8s-cluster.yml @@ -23,6 +23,3 @@ resolvconf_mode: host_resolvconf ## Container runtime ## docker for docker, crio for cri-o and containerd for containerd. container_manager: crio - -# Make a copy of kubeconfig on the host that runs Ansible in {{ inventory_dir }}/artifacts -kubeconfig_localhost: false