perf: tinkerd 部署增加 ignore-verify-certs 配置

pull/9889/head
Eric 2 years ago
parent 21352a2ab7
commit 177150c5cc

@ -175,7 +175,7 @@
- 'C:\Program Files\Chrome\chrome-win'
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
- name: Set Chromium variables diable Google Api (Chromium)
- name: Set Chromium variables disable Google Api (Chromium)
ansible.windows.win_environment:
level: machine
variables:
@ -199,7 +199,7 @@
- name: Generate tinkerd component config
ansible.windows.win_shell:
"tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }}
--token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }}"
--token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}"
- name: Install tinkerd service
ansible.windows.win_shell:

Loading…
Cancel
Save