You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is my understanding that the API has had a way to run raw commands since v1 often referred to as AnyCLI or AnyBatch.
I checked the 16.10/API v7 reference and it does have a CliCommand object, though not supporting every available command it would still be useful since it would allow some commands (show *) currently not available through the API in Ansible to run under the same user/context as the rest of the module.
The text was updated successfully, but these errors were encountered:
The point is that we have different auth methods for SSH and web and that ansible will only take one password as far as I can tell (at least in interactive tests, of course I could try putting it in as vars).
Either way it seems like it would make sense to also allow the API SSH commands instead of "direct" SSH commands.
It is my understanding that the API has had a way to run raw commands since v1 often referred to as AnyCLI or AnyBatch.
I checked the 16.10/API v7 reference and it does have a CliCommand object, though not supporting every available command it would still be useful since it would allow some commands (show *) currently not available through the API in Ansible to run under the same user/context as the rest of the module.
The text was updated successfully, but these errors were encountered: