Browse Source

playground: print full service urls

Mokhtar Naamani 3 years ago
parent
commit
d8973df199
1 changed files with 9 additions and 9 deletions
  1. 9 9
      devops/aws/deploy-playground-playbook.yml

+ 9 - 9
devops/aws/deploy-playground-playbook.yml

@@ -97,12 +97,12 @@
       debug:
         msg:
           - 'The services should now be accesible at:'
-          - 'Pioneer: {{ nip_domain }}/pioneer/'
-          - 'WebSocket RPC: {{ nip_domain }}/ws-rpc'
-          - 'HTTP RPC: {{ nip_domain }}/http-rpc'
-          - 'Colossus: {{ nip_domain }}/colossus-1'
-          - 'Distributor: {{ nip_domain }}/distributor-1'
-          - 'GraphQL server: {{ nip_domain }}/query-node/server/graphql'
-          - 'Indexer: {{ nip_domain }}/query-node/indexer/graphql'
-          - 'Member Faucet: {{ nip_domain }}/member-faucet/register'
-          - 'Orion: {{ nip_domain }}/orion/graphql'
+          - 'Pioneer: https://{{ nip_domain }}/pioneer/'
+          - 'WebSocket RPC: wss://{{ nip_domain }}/ws-rpc'
+          - 'HTTP RPC: https://{{ nip_domain }}/http-rpc'
+          - 'Colossus: https://{{ nip_domain }}/colossus-1'
+          - 'Distributor: https://{{ nip_domain }}/distributor-1'
+          - 'GraphQL server: https://{{ nip_domain }}/query-node/server/graphql'
+          - 'Indexer: https://{{ nip_domain }}/query-node/indexer/graphql'
+          - 'Member Faucet: https://{{ nip_domain }}/member-faucet/register'
+          - 'Orion: https://{{ nip_domain }}/orion/graphql'