working on configuring a k3s cluster

This commit is contained in:
2022-08-02 09:42:08 -04:00
parent 31ed336880
commit 3a0f4a84b1
23 changed files with 562 additions and 37 deletions

View File

@@ -23,7 +23,7 @@
cmd: sh -s --
stdin: "{{ k3s_installer.content }}"
- name: Setup bash completion
ansible.builtin.shell:
cmd: "kubectl completion bash >/etc/bash_completion.d/kubectl"
creates: /etc/bash_completion.d/kubectl
#- name: Setup bash completion
# ansible.builtin.shell:
# cmd: "kubectl completion bash >/etc/bash_completion.d/kubectl"
# creates: /etc/bash_completion.d/kubectl