summaryrefslogtreecommitdiffstats
path: root/roles/openshift_project_request_template/README.md
blob: 81c3aca5cf30189825a198a268c464bd9007a153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
OpenShift Project Request Template
==================================

Configure template used when creating new projects. If enabled only the template is managed. It must still be enabled in the OpenShift master configuration. The base template is created using `oc adm create-bootstrap-project-template` and can be modified by setting `openshift_project_request_template_edits`.


Requirements
------------


Role Variables
--------------

From this role:

| Name                                         | Default value   | Description                                    |
|----------------------------------------------|-----------------|------------------------------------------------|
| openshift_project_request_template_manage    | false           | Whether to manage the project request template |
| openshift_project_request_template_namespace | default         | Namespace for template                         |
| openshift_project_request_template_name      | project-request | Template name                                  |
| openshift_project_request_template_edits     | []              | Changes for template                           |


Dependencies
------------

* lib_utils


License
-------

Apache License Version 2.0