Ilija Matoski
Ilija Matoski
Any info on --max-hour-rate=100M suggestion in a previous issue?
Yes currently there is no filtering on the inventory. You can always run ansible with a limit on a tag after the inventory has been pulled in. It's not just...
I also use AWX, and we can do the filtering based on the tags in the inventory. I just make sure that my workflow/template has a limit set to the...
One thing I forgot if you want to add a tag to a VM you can do so by doing from the command line ``` qm set 10041002 -tags "k8s,internal"...
I have a similar issue with this, the only difference is I'm building the CRDs with flux. This is my Kustomization to build all the CRDs I need. ```yaml apiVersion:...
I don't know about windows, maybe you should try it out on linux?
I only check for WiFi, it will need to be modified to check ETH too, I can check to see if it's gonna be simple to start on ETH too....
@enekux Can you test it for me to make sure it's working ?
The problem is that Chrome doesn't have XMLHttpRequest.prototype.sendBinary. Firefox does and it works properly on that browser. You can use this if you want that functionality: https://github.com/ilijamt/jquery-filedrop Also all the...
You can try this one https://github.com/ilijamt/vault-plugin-secrets-gitlab it supports all 3 access tokens. Personal, Project and Group tokens.