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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,14 @@ This service shell uses the same python package as the 1G shell.
47
47
## 2G Service Attributes
48
48
|Attribute Name|Data Type|Description|
49
49
|:---|:---|:---|
50
-
|Playbook URL Full|String|Full path URL of script. For Github can be "raw" url. For gitlab, pass Rest API formatted url. If populated this takes precedence over base path + script path|
50
+
|Playbook URL Full|String|Full path URL of script. For Github can be "raw" url. For gitlab, pass Rest API formatted url. Populate either this or base path + script path|
51
51
|Playbook Base Path|String|Base URL to script. This path will join with script path passed to execute playbook command.|
52
52
|Playbook Script Path|String|Path to script from root of repo. This will join with base path to create full URL.|
53
+
|Connection Method|String|For Linux / Windows connections|
53
54
|Address|String|**(Optional)** Address of Script Repo Server. Can be useful to see this on component or generate web link.|
54
55
|Repo User|String|**(Optional)** Source Control user for private repo authentication. Required for Github Private Repo. For Gitlab user not required, only access token in password field.|
55
56
|Repo Password|Password|**(Optional)** Source Control password for private repo authentication. For GitLab, add private access token here.|
56
-
|Connection Method|String|For Linux / Windows connections|
57
-
|Script Parameters|String|(Optional) key pair values passed playbook VARS file to be accesible in script. Pass in following format - key1,val1;key2,val2.|
57
+
|Script Parameters|String|**(Optional)** key pair values passed playbook VARS file to be accesible in script. Pass in following format - key1,val1;key2,val2.|
58
58
|Inventory Groups|String|**(Optional)** Designating groups in playbook to be executed.|
59
59
|Ansible CMD Args|String|**(Optional)** Additional arguments passed to ansible-playbook command line execution.|
60
60
|Timeout Minutes|Integer|**(Optional)** Minutes to wait while polling target hosts. (Defaults to 10)|
0 commit comments