Skip to content

Commit

Permalink
add dev spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 4, 2023
1 parent 3333638 commit d1e2406
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
ae2e248cba77f61813fa9dfb3254ea66215eed585538d131a989b5b0b51c0a4d .config/ansible-lint.yml
50c749429bf391470581d8afdeb2eef9bc58fd1f8913a6d9cda4cbe750f08b12 .github/workflows/ansible-lint.yml
cf237c7aff44efbe6e502e645c3e06da03a69d7bdeb43392108ef3348143417e .gitignore
c629d8e1e1349d7b3bac4a319d999b00c33bf0c8f2fd900d796aaed0e47faba7 .vscode/extensions.json
ca3f84e14f6aa778003094fd160710543fae3594d76dbc4335d2d0b77245e8ce AnsibleSSP.code-workspace
2408c9fb69b4aedb5264042c2a45c5d251ff090c50a4fdaebfbafd9f5a15fcd8 MANIFEST.in
55769068115c04cec1225a998a86966c05bfadc4244e2e58a776c27b858a7d38 MANIFEST.in
68a31625436f91bb248a1b6c1cb0f03b4a102383d19a5f70aafa08ca0b6612af README.md
08978809ee1688fb08f00d06fa263de153727a76fbd2b215afed322b83042a19 collections/requirements.yml
82225bf7bb07f3aea400e85ccff2f61186884521eb0cb5d0c4971d6eec6f1955 devfile.yaml
f19abcc78e183e489cd30bb2935880d675aadaddc7639a2bc546b1548fd7489a edgeprocesscontrol.yml
6c5c79caaa772f0975ed4c43afb43034f75e0eb95d23a910932d6dd094b75e6c provision_kiosk.yml
085dee0321878720e9ca4d4ae4f720da00b9ed66283e3c6c9ee2e4f244edfca8 roles/container_lifecycle/defaults/main.yml
Expand Down
22 changes: 11 additions & 11 deletions .ansible-sign/sha256sum.txt.sig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmQwaesACgkQTiIiIXrU
DNELJwwAl960Eml6sDdoX/PdSpZBXESEG81ImHH/6O4Sz69qD++4yp7lwkixA3D9
NrA4AOHBzAmv6FjIezdLbsUjTlaPYP5tcP9iu4OzjKehvRoYXenWCmAD2ATvyrCe
ZcO/tBOp8Du0Jvo3dNPOkfYUIqsVBKF5rOGchgS9fMweSzyWdwVhnZPodX0BpyqM
kXF4FdeOt2EKUtDIFMf8qspcdkfqsrKIh/FDxOCmHF6H4SFlo9WU/Kt4xyoX7ldf
SbpykGN5C0A87rxQB2EJdvST5yEPWC+hXwBfZ9kzdgVaAbM7QhtbhJmbpF0Fvq63
gKPwGDGku6rZNOg7IPD2uCQBwBz7MmR4xLJEyLAx/fFlAyNqgGmRhPjhpkesE0DW
HaKsftb/JbuPy6baxxhku23fgfpyBclZDSEJ0oUrfYeKWVyJXOT5PrnCx5zVQbnJ
BX3lIgmPAXZn8gQPEcTcfl4eL5RcD4JvwBP9I38P0u1CNkM8Z1lBfKRHBlU/lkhp
sd5jRLNa
=zpg9
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmVuBJ0ACgkQTiIiIXrU
DNGmRgv/ZfzEIigzjcgksj3S/EG8B1y0JYJL49gOGG15n1fOpN4N+rROKqqbk1XM
nmVHw03zwh1jUC3+BS74mLAcYjP9PHj7HQoPdf2ZDCcUfvHMejvxTcHC0sajMzRK
6NU2mjTYvx5WIkmqSi37GR+t3wQD2VXXk8qFGgriISr0v5NUutRrMOKmoNp8vPry
5xNjnVyZrxdNog6/IfWdXoaSMZT6VkOHi/+Kc1iVEQt+iBnmaMEMiaGuopPe+/Xk
PEcJFYvJ6hIhZwrJkAw1SwTMeag0YHrjMu4lRk3+SUegaz+wP88zJNuwbdpFl6mr
Md+gjEjYanBMU299Z/lV8gbax+zvJD6xM7loVdsCsZeWJo1AWtJwoPKN3PT7qDTW
wz0nZ95v0o1u2h8wuv8YhRPOr0YC1/YIRwnjP+1EvrIYxS1siWosV36ZH8VGHXcK
UFh9u3rsZisGIeA+LLmwYcylxsAwpNk797tOQqTsXvNBNSiH1ORtNA1rre/qeeCU
5MdGT6VZ
=eJuu
-----END PGP SIGNATURE-----
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.ansible",
"redhat.vscode-yaml"
]
}
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ include README.md
include *.yml
include .DS_Store
include .gitignore
include .vscode/extensions.json
include devfile.yaml
include .config/ansible-lint.yml
include .github/workflows/ansible-lint.yml
include *.code-workspace
Expand Down
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-edge-development
components:
- container:
args: ['tail', '-f', '/dev/null']
image: 'towerpah.shadowman.dev/devee:latest'
memoryRequest: 256M
memoryLimit: 6Gi
cpuRequest: 250m
cpuLimit: 2000m
name: ansible

0 comments on commit d1e2406

Please sign in to comment.