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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ This service shell uses the same python package as the 1G shell.
57
57
|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.|
58
58
|Repo Password|Password|**(Optional)** Source Control password for private repo authentication. For GitLab, add private access token here.|
59
59
|Script Parameters|String|**(Optional)** Variables accessible to playbook. These are populated in ansible "VARS" file. Pass in following format - key1,val1;key2,val2.|
60
-
|Inventory Groups|String|**(Optional)** Designating groups in playbook to be executed. See Dev guide for mor info.|
60
+
|Inventory Groups|String|**(Optional)** Designating groups in playbook to be executed. Pass as comma separated string (group1, group2, group3). See Dev guide for more info.|
61
61
|Ansible CMD Args|String|**(Optional)** Additional arguments appended to ansible-playbook command line execution. Pass full string(ex. `ansible-playbook -i hosts.ini <ANSIBLE CMD ARGS>`|
62
62
|Timeout Minutes|Integer|**(Optional)** Minutes to wait while polling target hosts. Default - 10|
63
63
|Gitlab Branch|String|**(Optional)** Defaults to master branch. This attribute relevant for downloading from non-master branches in Gitlab repos.|
0 commit comments