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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ This repo is an extension of the official cloudshell configuration management pa
7
7
The base python cloudshell package has been extended for app configuration management to support gitlab private repos.
8
8
A 2G service leveraging the same base package is also included for use with physical resources.
9
9
10
+
See our [dev guide](https://devguide.quali.com/configmanagement/2020.1.0/cf-ansible.html) for further info on Ansible Configuration Management development.
11
+
12
+
10
13
## Gitlab Support
11
14
- Gitlab links are supported, but for Private Repos require the URL to be in format of their REST api
@@ -75,6 +78,12 @@ The following attributes are supported for over-ride:
75
78
- "Script Parameters" - String - to pass different params to different hosts
76
79
- "Inventory Groups" - String - target different inventory group logic for different hosts
77
80
81
+
## Optional
82
+
- Add "Supports Ansible" Execution Server Selector. This is the same selector that 1G service uses to define your pools of servers that will run script.
83
+
- can be combinded with standard selector to further define your selectors per service
84
+
- Create web link to script server by adding the following to UniversalSettings.xml on Quali Server:
0 commit comments