-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename tas nsx vars file add tag to allow apply changes skip * add not nested tasks fix existing deployment * add default for ncp_tile add opsman hostname default option errands off --------- Co-authored-by: Matt Proud <[email protected]>
- Loading branch information
1 parent
d209b21
commit 3f51ef6
Showing
18 changed files
with
874 additions
and
63 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
opsman_ip: "{{ tanzu_opsman_bosh.opsman_ip }}" | ||
opsman_username: "{{ tanzu_opsman_bosh.opsman_username }}" | ||
opsman_password: "{{ tanzu_opsman_bosh.opsman_password }}" |
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
target: https://{{ opsman_ip }} | ||
# connect-timeout: 5 # default 5 | ||
# request-timeout: 1800 # default 1800 | ||
skip-ssl-validation: true # default false | ||
username: "{{ opsman_username }}" | ||
password: "{{ opsman_password }}" | ||
# decryption-passphrase is optional, | ||
# except for use with `import-installation`. | ||
# OpsMan depends on the passphrase | ||
# to decrypt the imported installation. | ||
# For other commands, providing this key allows | ||
# decryption of the OpsMan VM after reboot, | ||
# which would otherwise need to be done manually. | ||
decryption-passphrase: "{{ opsman_password }}{{ opsman_password }}" |
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
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
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
Oops, something went wrong.