mirror of https://github.com/easzlab/kubeasz.git
minor fix
parent
cdddf6e6bb
commit
812d71ca10
|
@ -212,3 +212,4 @@
|
|||
- 'kubeasz'
|
||||
- 'helm'
|
||||
- 'kubectl completion'
|
||||
- 'HELM_TLS_ENABLE'
|
||||
|
|
|
@ -29,6 +29,15 @@
|
|||
regexp: 'kubectl completion'
|
||||
line: 'source <(kubectl completion bash)'
|
||||
|
||||
- name: ansible 控制端添加 kubectl 自动补全
|
||||
lineinfile:
|
||||
dest: ~/.bashrc
|
||||
state: present
|
||||
regexp: 'kubectl completion'
|
||||
line: 'source <(kubectl completion bash)'
|
||||
connection: local
|
||||
run_once: true
|
||||
|
||||
- name: 分发证书相关
|
||||
synchronize: src={{ ca_dir }}/{{ item }} dest={{ ca_dir }}/{{ item }}
|
||||
with_items:
|
||||
|
|
Loading…
Reference in New Issue