Jan Poctavek
Jan Poctavek
Generally it's good idea to have something simpler than IPSec. However. From Wireguard docs: > WireGuard works by adding a network interface (or multiple), like eth0 or wlan0, called wg0...
Yes. Using SunOS zones for routing, firewall and VPN is good idea. We also use them in our internal infrastructure. It's just less user friendly and you need someone that...
Hi @alcir It is possible to add the workaround code into `fs-joyent`. The code can be triggered by a boot parameter (e.g. `usb-xhci-workaround=true`). But I think it would be better...
> > But I think it would be better to fix it in the upstream SmartOS. > > Eh, yes. The point is that, as far as I can remember,...
Ok. Could you pls attach cca last two screens of failed `fs-joyent` logs? You can use `svclog filesystem/smartdc`. Thanks.
In my view there's no point in separating application deployment from defining cluster resources (roles `2` and `3`). If you want an application working in the cluster, you just install...
As soon as the #8 is merged, I'll start working on this.
Hi @mdiehn That would be perfect. I've already done preparation for Centos 8 by changing the PCS libs in separate branch https://github.com/YanChii/ansible-role-postgres-ha/tree/pcs-libs-change . The work is probably done but I...
Not bad idea. I didn't know the role hierarchy is supported in galaxy. I was thinking about making the new roles depend on themselves as necessary using ansible-galaxy. This role...
Yup. Ansible lib preparation is already done. I'll let you know when it's finished.