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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,17 @@ This service shell uses the same python package as the 1G shell.
60
60
|Timeout Minutes|Integer|**(Optional)** Minutes to wait while polling target hosts. (Defaults to 10)|
61
61
|Gitlab Branch|String|**(Optional)** Defaults to master branch. This attribute relevant for downloading from non-master branches in Gitlab repos.|
62
62
63
+
## Commands
64
+
|Command|Description|
65
+
|:-----|:-----|
66
+
|Execute Playbook|Run playbook against connected resources.<br>**Playbook Path** (String): path to the playbook in script repo<br>Options for passing playbook path in next section|
67
+
63
68
64
69
## Passing Playbook Path Argument
65
70
There are a few ways to pass the playbook path to the command.
66
71
1. Pass the full URL to command input. This takes precedence over service attributes.
67
72
2. Pass playbook path (relative to root of repo) to command. This will join together with base path attribute on service.
68
-
3. Pass no command input, will fall back to Repo Full URL if populated, if not populated will fall back to base repo + script path
73
+
3. Pass no command input, will fall back to Repo Full URL if populated, if not populated will fall back to base repo + script path attributes on service.
0 commit comments