Skip to content

Commit 3139a82

Browse files
committed
updated readme
1 parent c800120 commit 3139a82

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,17 @@ This service shell uses the same python package as the 1G shell.
6060
|Timeout Minutes|Integer|**(Optional)** Minutes to wait while polling target hosts. (Defaults to 10)|
6161
|Gitlab Branch|String|**(Optional)** Defaults to master branch. This attribute relevant for downloading from non-master branches in Gitlab repos.|
6262

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+
6368

6469
## Passing Playbook Path Argument
6570
There are a few ways to pass the playbook path to the command.
6671
1. Pass the full URL to command input. This takes precedence over service attributes.
6772
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.
6974

7075

7176
## Over-riding Service with Resource Attributes

0 commit comments

Comments
 (0)