I'm building a few workflows that talk to several appliances.
I can prompt for the user/password as part of the workflow I think but I would like to store the following information somewhere so that i can easily reference it and pull it up for use rather than prompting the user.
I'm just looking to store
- hostname/ip
- username
- password
Where could i store that data?
The thought had occurred to create an Action to store it as a resource but I'm not sure if that's the right way to do it. I'm also not sure how to do it.
If someone has an example i can use, that would be greatly appreciated.
thank you.