This commit is contained in:
2023-07-04 18:59:39 +02:00
parent 813fd96738
commit 8c3e380d16
115 changed files with 4510 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
# tasks file for kubeconfigs
- name: Distribute kubeadm config to be usedwith kubeadm init --config=
template:
src: cluster.kubeconfig.j2
dest: /home/k8sadmin/cluster.kubeconfig
owner: k8sadmin
group: k8sadmin
when: "'masters' in group_names"
tags:
- kubeconfig