Mauricio Silveira
Mauricio Silveira
##### SUMMARY After using hashicorp packer for a while, I got used to the boot_command way of handling sendkeys. After learning about the sendkey module for ansible community.vmware, I missed...
When adding FW Rules to a pfsense box with no alias setup, this error may occur: _ > An exception occurred during task execution. To see the full traceback, use...
##### SUMMARY I believe that vmware_guest_tools_wait should wait until instance.hw_guest_id is not null ( ansible test "is not none" ). In a lab playbook I built, I got a loop...
Fixes issue #45126 https://github.com/moby/libnetwork/issues/2647 Firewalld with nftables requires docker to add bridge interface to docker zone when set to internal and icc is enabled to work properly. **- What I...
### Description bridge network set to internal does not respect icc set to true. https://github.com/moby/libnetwork/issues/2647 ### Reproduce docker network create -d bridge --internal --opt com.docker.network.bridge.enable_icc=true icc_on -> containers on this...
After getting a "master" cockpit server up, added some client computers using SSH public key connection. It took me a while to understand what was going on.... not sure how...
Is there any way to trigger "onInit" inside the "onHandleMetric" and vice-versa? Why I need this? I have a code that inits as many selected dashboard variable "switches", but, when...
I've seen the SVG node disappear in editor after some time, only right side code editor working fine This leads to strange behaviors most of the time. Although I was...
#### Details of the scenario you tried and the problem that is occurring When using this DSC with ansible, Offline Root CA setup runs fine, but EnterpriseSubordinateCA don´t . I...
What are the steps to build from source under Ubuntu 22.04TLS?