|
|
@ -185,7 +185,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
- name: Generate tinkerd component config
|
|
|
|
- name: Generate tinkerd component config
|
|
|
|
ansible.windows.win_powershell:
|
|
|
|
ansible.windows.win_powershell:
|
|
|
|
tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }} --token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}
|
|
|
|
script: |
|
|
|
|
|
|
|
|
tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }} --token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install tinkerd service
|
|
|
|
- name: Install tinkerd service
|
|
|
|
ansible.windows.win_powershell:
|
|
|
|
ansible.windows.win_powershell:
|
|
|
|