Skip to content

Commit

Permalink
Add more debug information to istio role
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Mar 28, 2018
1 parent 69faa46 commit 5db2eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/playbook/roles/install_istio/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
- name: Config used to install Istio
debug:
msg:
- "Git istio repo: {{ istio_git_repo }}"
- "Git istio branch: {{ istio_git_branch }}"
- "Git istio download directory: {{ istio_repo_dest }}"
- "Git istio playbook directory: {{ istio_repo_dest }}/install/ansible"
- "Istio version to be installed: {{ istio.release_tag_name }}"
- "Using TLS: {{ istio.auth }}"
- "Target cloud platform: {{ cluster_flavour }}"
Expand Down

0 comments on commit 5db2eac

Please sign in to comment.