Skip to content

Commit

Permalink
Add devfile and extensions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mloriedo committed Apr 7, 2023
1 parent c6bcf9e commit 833edf0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
schemaVersion: 2.2.0
metadata:
name: ansible-demo
components:
- name: tooling-container
container:
image: quay.io/ansible/creator-ee:latest
memoryRequest: 256M
memoryLimit: 6Gi
cpuRequest: 250m
cpuLimit: 2000m
args: ['tail', '-f', '/dev/null']
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"redhat.vscode-yaml",
"redhat.ansible"
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![Contribute](https://www.eclipse.org/che/contribute.svg)](https://workspaces.openshift.com#https://github.com/kyetter/demo/)

0 comments on commit 833edf0

Please sign in to comment.