Boucman

Results 4 issues of Boucman

Hello I am in the process of upgrading from 2.2.1 to 2.2.2 Most of my machines are LXC containers which I reach through lxc_ssh * my username on my control...

bug
priority: high
tag: LXC

Hello everybody When setting `nullmailer__starttls: False` I expect TLS not to be started However, according to https://docs.debops.org/en/master/ansible/roles/nullmailer/defaults/main.html#envvar-nullmailer__relayhost_options We have ``` nullmailer__relayhost_options: - '--port={{ nullmailer__smtp_port }}' - '{{ "--ssl" if (nullmailer__smtp_port...

According to https://systemd.io/NETWORK_ONLINE/ network-online.target is an "active target". This means that this target will not be started unless explicitely needed by another service We already have an After=network-online.target but After=...

Hello everybody this is an upstream version of https://github.com/debops/debops/issues/1731 The problem was reproduced with raw "ansible" command so we are pretty sure this is not a debops problem. I will...