Benjamin Secker

Results 2 issues of Benjamin Secker

Heya, I created some lightweight code to test an endpoint: ``` from MicroWebSrv2.microWebSrv2 import MicroWebSrv2, WebRoute, GET from time import sleep @WebRoute(GET, "/test") def testGet(microWebSrv2, request): content = """ Hello...

### Summary Hey, I've tried out this role and am already a fan of it over [Rancher's role](https://github.com/rancherfederal/rke2-ansible) as it is published on ansible-galaxy, which [doesn't seem to be on...

enhancement