Skip to content

Commit

Permalink
Initial pass at openshift_process module. Render-only
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Oct 6, 2020
1 parent e7c3351 commit e331ec5
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 0 deletions.
11 changes: 11 additions & 0 deletions molecule/default/tasks/openshift_process.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Process a template in the cluster
community.okd.openshift_process:
name: nginx-example
namespace: openshift # only needed if using a template already on the server
parameters:
NAMESPACE: default
NAME: test123
register: result

- debug: var=result
1 change: 1 addition & 0 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@

- import_tasks: tasks/openshift_auth.yml
- import_tasks: tasks/openshift_route.yml
- import_tasks: tasks/openshift_process.yml
Loading

0 comments on commit e331ec5

Please sign in to comment.