summaryrefslogtreecommitdiffstats
path: root/roles/openshift_project_request_template/meta
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@vshn.ch>2017-09-22 15:36:51 +0200
committerMichael Hanselmann <hansmi@vshn.ch>2017-10-23 14:59:53 +0200
commit6039b8928ba8b172d95f10c9d0ae7880f393f2f7 (patch)
tree152afc6e60bbafcc49b2ea4187690d9ce4103fd1 /roles/openshift_project_request_template/meta
parentcd53b726430977bdd5cab772765bae3aed149727 (diff)
downloadopenshift-6039b8928ba8b172d95f10c9d0ae7880f393f2f7.tar.gz
openshift-6039b8928ba8b172d95f10c9d0ae7880f393f2f7.tar.bz2
openshift-6039b8928ba8b172d95f10c9d0ae7880f393f2f7.tar.xz
openshift-6039b8928ba8b172d95f10c9d0ae7880f393f2f7.zip
Add role to configure project request template
The OpenShift master role already supports changing the master configuration to refer to a project template, but there's no way to manage that template directly. This role adds the necessary code to generate a default template and to apply customizations using the "yedit" module.
Diffstat (limited to 'roles/openshift_project_request_template/meta')
-rw-r--r--roles/openshift_project_request_template/meta/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/openshift_project_request_template/meta/main.yml b/roles/openshift_project_request_template/meta/main.yml
new file mode 100644
index 000000000..3bc6dfb45
--- /dev/null
+++ b/roles/openshift_project_request_template/meta/main.yml
@@ -0,0 +1,15 @@
+---
+galaxy_info:
+ author: Michael Hanselmann
+ description: Configure project request template
+ company: VSHN AG
+ license: Apache License, Version 2.0
+ min_ansible_version: 2.2
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - cloud
+dependencies:
+- role: lib_utils