Michał Sochoń
Michał Sochoń
Python 2.7.12 pip freeze (fragment): ```text ansible==2.2.1.0 ansible-lint==3.4.13 ansible-review==0.13.0 ``` source yaml: ```yaml - name: This code will fail because 'port' is not wrapped in double quotes wait_for: host: "{{...
example main.yaml: ```yaml - when: ansible_distribution_release == 'xenial' block: ``` output - no error. ansible shows somethig way different: ```bash ERROR! A malformed block was encountered. The error appears to...
This file should help to automatically select code reviewers when someone creates PR. Notice this file probably have to be updated with more fine-grained list, and then cherry-picked or merged...
I needed to adjust donkey to work with NoIR camera, so I extended picamera class with extra options. I suggest experimenting with PICAMERA_IMAGE_EFFECT='emboss' or PICAMERA_ROTATION=180 :)
Notice, this requires some paid GitHub service, unless we could find some github bot that could help with labeling (there are some). I believe the project would benefit if there...
commit cbcdee00742ffca13e2263defc05d1cfd4760df1 brings v3.1.1 but the tag is missing, is this on purpose?
### Is your feature request related to a problem? Feature request. Currently `reboot` command actually invokes `power off` and then `power on`, but some systems allow to run reboot (or...
**Is your feature request related to a problem? Please describe.** Looks like current out-of-the-box experience when using docker-compose is a bit lacking. **Describe the solution you'd like** Improve docker-compose: -...
Right now etcd-operator is not updating status of etcdclusters/ in case of loosing quorum. Steps to reproduce: 1. create etcd-operator deployment ```bash kubectl apply -f etcd-operator.deployment.yaml ``` ```yaml # etcd-operator.deployment.yaml...
There should be a etcd-defrag operator. Suggested use case: - scheduled job per namespace or per cluster definition - define frequency of schedule - discover pods with labels which would...