Skip to content

Commit

Permalink
Merge pull request #101 from IBM/remove-ip-develop
Browse files Browse the repository at this point in the history
remove ip and host
  • Loading branch information
freemanlatrell committed Apr 25, 2024
2 parents e24495b + 8e2c158 commit e0f7d69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ This command should now prompt you for the z/OS endpoint you would like to execu

```bash
Enter your ZosEndpoint name: wazi-sandbox
Enter your ZosEndpoint host: ***HOST_REMOVED***
Enter your ZosEndpoint host:
Enter your ZosEndpoint port [22]: 32281
Enter your SSH Username for this endpoint (Press Enter to skip if the zoscb-encrypt CLI isn't installed): ibmuser
Enter the path to your private SSH Key for this endpoint (Press Enter to skip if the zoscb-encrypt CLI isn't installed): ~/.ssh/id_rsa
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collection_name: test_collection
collection_namespace: ibm
zosendpoint_name: ibmcloud-vm
zosendpoint_host: ***IP_REMOVED***
zosendpoint_host:
zosendpoint_port: 22
username: ""
ssh_key: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collection_name: test_collection
collection_namespace: ibm
zosendpoint_name: ibmcloud-vm
zosendpoint_host: ***IP_REMOVED***
zosendpoint_host:
zosendpoint_port: 22
zosendpoint_type: local
username: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collection_name: test_collection
collection_namespace: ibm
zosendpoint_name: ibmcloud-vm
zosendpoint_host: ***IP_REMOVED***
zosendpoint_host:
zosendpoint_port: 22
zosendpoint_type: remote
username: "testuser"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collection_name: test_collection
collection_namespace: ibm
zosendpoint_name: ibmcloud-vm
zosendpoint_host: ***IP_REMOVED***
zosendpoint_host:
zosendpoint_port: 22
secret_name: molecule-secret
username: "testuser"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
collection_name: test_collection
collection_namespace: ibm
zosendpoint_name: ibmcloud-vm
zosendpoint_host: ***IP_REMOVED***
zosendpoint_host:
zosendpoint_port: 22
username: ""
ssh_key: ""
Expand Down

0 comments on commit e0f7d69

Please sign in to comment.