Julien Riou
Julien Riou
##### SUMMARY In order to create a [subscription](https://docs.ansible.com/ansible/latest/collections/community/postgresql/postgresql_subscription_module.html) on PostgreSQL, we have to provide a `slot_name` (by default, it's the same name as the ones in `publications`). This name: *...
Hello, Since MongoDB 7.0.6, when CAFile nor clusterCAFile is provided, the server refuses to start. https://jira.mongodb.org/browse/SERVER-72839 Servers having self-signed certificates must define: * `tlsUseSystemCA` (via `set_parameters`) * `net.tls.allowInvalidCertificates` https://www.mongodb.com/docs/manual/reference/configuration-options/#mongodb-setting-net.tls.allowInvalidCertificates This...
Allow nginx to be started after a list of systemd units (disabled by default). ### Proposed changes If nginx is listening to a tailscale IP address, the tailscaled.service unit must...