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
Provide a playbook that deploys an exported flow to a remote instance. The flow needs to be explicitly provided in the CLI in order to upload the correct flow to a remote instance. Provide CLI option to start or stop (default) the flows once uploaded
The text was updated successfully, but these errors were encountered:
This playbook deploys a user-specific flow JSON file. The user
needs to specify which flow file to upload via `extra_vars`
parameter `flow_file`. Also provide the `flow_state` extra var
to start the flow post upload (default is always stopped).
Closes#112
Signed-off-by: Shantanoo 'Shan' Desai <[email protected]>
Description
Provide a playbook that deploys an exported flow to a remote instance. The flow needs to be explicitly provided in the CLI in order to upload the correct flow to a remote instance. Provide CLI option to start or stop (default) the flows once uploaded
The text was updated successfully, but these errors were encountered: