Skip to content

Commit c800120

Browse files
committed
updated readme
1 parent a4c7250 commit c800120

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ This service shell uses the same python package as the 1G shell.
4747
## 2G Service Attributes
4848
|Attribute Name|Data Type|Description|
4949
|:---|:---|:---|
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|
5151
|Playbook Base Path|String|Base URL to script. This path will join with script path passed to execute playbook command.|
5252
|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|
5354
|Address|String|**(Optional)** Address of Script Repo Server. Can be useful to see this on component or generate web link.|
5455
|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.|
5556
|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.|
5858
|Inventory Groups|String|**(Optional)** Designating groups in playbook to be executed.|
5959
|Ansible CMD Args|String|**(Optional)** Additional arguments passed to ansible-playbook command line execution.|
6060
|Timeout Minutes|Integer|**(Optional)** Minutes to wait while polling target hosts. (Defaults to 10)|

0 commit comments

Comments
 (0)