Andrei Kvapil

Results 628 comments of Andrei Kvapil

Hey, thank you all for the hints. I was needed to migrate repository using multiple keys, so I went my own way and fully replaced git-crypt configuration: ```bash # Make...

Hi, I also faced with this problem: ``` Jul 13 17:11:36 admin python3[24222]: 2021-07-13 17:11:36,108 [script_server.audit_utils.WARNING] Could not get hostname for 10.31.1.160 ``` If I update my `/etc/hosts` to add...

I have the same problem with single task. Here is output with `ANSIBLE_DEBUG=1` (little redacted) ``` < TASK [myrole : Set Admnistrator SSH key] > ---------------------------------------------------- \ ^__^ \ (oo)\_______...

BTW, I fixed this by adding into ansible.cfg: ``` [ssh_connection] control_path = none ```

> On Linux you should use fontconfig. And on OSX?

Currently not compatible with [macvtap-cni](https://github.com/kubevirt/macvtap-cni) /hold

PR updated: - macvtap-cni support has been added - support ipam for macvtap-cni - small bugfixes

> for which binding type would this apply to ? bridge ?... I tested this with `bridge` and [`macvtap`](https://github.com/kubevirt/kubevirt/pull/7648) > did you consider IPAM (when bridge binding is used) in...

Sorry for long answer > Make the DHCP server advertise very short leases, thus causing the client to re-acquire the lease. This is not working in every distribution, IIRC some...