Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebertster/lab-bootstrap
https://github.com/thebertster/lab-bootstrap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebertster/lab-bootstrap
- Owner: thebertster
- License: other
- Created: 2021-05-27T17:01:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:47:50.000Z (about 2 months ago)
- Last Synced: 2024-11-05T14:46:28.528Z (about 2 months ago)
- Size: 71.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
These are the Ansible playbooks I use to deploy my lab environments.
Inventory contains a remote host in the lab environment, primarily for remoting tasks that require large file copies
e.g. ansible-playbook deploy_controller.yml -e @my-controller.yml -i inventory
For Pulse Register/De-register, need to obtain JSON Web Token. Log in to CSP org in a web browser, then browse to:
https://portal.avipulse.vmware.com/portal/auth/cspacs?authmode=cspctrlsso
This will return an encrypted JWT that can then be used for the Controller registration/de-registration. The validity lifetime for the JWT is 1 year.
As of October 2023, the above is an undocumented mechanism, so caveat lector!