|
|
|
@ -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:
|
|
|
|
|