This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luciano Silva
committed
May 16, 2018
1 parent
b6f76d9
commit b36f7be
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,8 +73,8 @@ secrets=( | |
|
||
## for vSPHERE deployments - ignore or remove entries if not applicable | ||
# vcenter credentials and properties | ||
"vcenter_usr"::"[email protected]" | ||
"vcenter_pwd"::"myvcenterpassword" | ||
"vcenter_username"::"[email protected]" | ||
"vcenter_password"::"myvcenterpassword" | ||
# vcenter hostname, do not include protocol information | ||
"vcenter_host"::"vcenter.domain.com" | ||
"vcenter_datacenter"::"Datacenter" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,8 @@ secrets=( | |
|
||
## for vSPHERE deployments - ignore or remove entries if not applicable | ||
# vcenter credentials and properties | ||
"vcenter_usr"::"[email protected]" | ||
"vcenter_pwd"::"myvcenterpassword" | ||
"vcenter_username"::"[email protected]" | ||
"vcenter_password"::"myvcenterpassword" | ||
# vcenter hostname, do not include protocol information | ||
"vcenter_host"::"vcenter.domain.com" | ||
"vcenter_datacenter"::"Datacenter" | ||
|