muzi502
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
roles/network_plugin/canal/tasks/main.yml
|
|
@ -20,6 +20,7 @@ |
|
|
|
src: "{{ etcd_cert_dir }}/{{ item.s }}" |
|
|
|
dest: "{{ canal_cert_dir }}/{{ item.d }}" |
|
|
|
state: hard |
|
|
|
mode: 0640 |
|
|
|
force: yes |
|
|
|
with_items: |
|
|
|
- {s: "{{ kube_etcd_cacert_file }}", d: "ca_cert.crt"} |
|
|
|