-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ansible vmware end to end workflows #85
base: master
Are you sure you want to change the base?
Conversation
vmware end to end workflow. assetgroup-slo-subscribe
Added a recent workflow after that we are using to deploy vmware protection plan standards with ansiable. |
adding PS modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. Is gtsess-nbu-modules.psm1 supposed to be here, though? It's empty.
inventory: | ||
-- Holds inventory info | ||
|
||
|
||
tasks: | ||
-name: name of tasks | ||
include_task: tasklocation/taskname |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to represent YAML? Please use code formatting. Each block is currently rendered as a single line, which probably isn't what you intended.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its there for an upstream ps module that imports all the modules in down stream folders such as this one.
@@ -0,0 +1,17 @@ | |||
--- | |||
## For dedicated enviornments such as MagneticNorth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's MagneticNorth?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated that. Thanks for the catch.
updated comment.
vmware end to end workflow.
assetgroup-slo-subscribe