openshift roles - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
abd77cfeb3
commit
a6a2e10539
8 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
- name: Copy ipa config template to temporary file
|
||||
template:
|
||||
src: "{{roles_path}}/openshift/ipa-client/templates/configmap.yml"
|
||||
src: "{{roles_path}}/openshift/ipa-client/templates/configmap.yml.j2"
|
||||
dest: "/etc/openshift_apps/{{ipa_client_app}}/configmap-ipa-client.yml"
|
||||
register: ipa_config_result
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
vars:
|
||||
object_app: "{{route_app}}"
|
||||
object_objectname: route-{{route_name}}.yml
|
||||
object_template_fullpath: "{{roles_path}}/openshift/route/templates/route.yml"
|
||||
object_template_fullpath: "{{roles_path}}/openshift/route/templates/route.yml.j2"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
sysadmin_openshift_appowners: []
|
||||
sysadmin_openshift_project_name: sysadmin-openshift
|
||||
sysadmin_openshift_project_templates:
|
||||
- group.yaml
|
||||
- rolebinding.yaml
|
||||
- group.yaml.j2
|
||||
- rolebinding.yaml.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue