Mathieu MD

Results 58 issues of Mathieu MD

### Checklist - [X] I have used the search function to see if someone else has already submitted the same feature request. - [X] I will describe the problem with...

type: enhancement

The script shipped by `rspamd` role to renew DKIM keys, which is launched by Cron `/etc/cron.d/rspamd-dkim-keygen`, has an stderr output: ``` /usr/local/sbin/rspamd-dkim-keygen:46: DeprecationWarning: The distutils package is deprecated and slated...

The documented [postwhite__include_yahoo](https://docs.debops.org/en/master/ansible/roles/postwhite/defaults/main.html#envvar-postwhite__include_yahoo) should also remove the [crontab](https://github.com/debops/debops/blob/master/ansible/roles/postwhite/tasks/main.yml#L104). Currently, although I set `postwhite__include_yahoo: False`, I get this error weekly: ``` /usr/local/src/postwhite/github.com/stevejenkins/postwhite/scrape_yahoo: line 44: warning: command substitution: ignored null byte in...

For an absolutely mysterious reason, when I try to use the role [rspamd](https://docs.debops.org/en/master/ansible/roles/rspamd/), `ansible-playbook` complains: ``` ERROR! the role 'ansible_plugins' was not found in debops.roles03:ansible.builtin:/home/mathieu/dev/ansible/playbooks/roles:/home/mathieu/dev/ansible/.roles:/home/mathieu/dev/ansible/playbooks The error appears to be...

I have a machine `test` in both groups `g1` and `g2`, which each have their own `group_vars/{g1,g2}.yml` defining different Ferm rules: ```yaml ferm__group_rules: - name: 'group1 rule' #... ``` and:...

I want to backup only the remote `/var/backups/backup2l` directory (no need to backup all `/` again, local Backup2l already does it for me). In [`rsnapshot/defaults/main.yml` L852](https://github.com/debops/debops/blob/master/ansible/roles/rsnapshot/defaults/main.yml#L852) the comment says *You...

Any progress on debops/debops-playbooks#156? It would be wonderful if Debops could also provide an [HAproxy](https://www.haproxy.org/) role! :heart: /ping @ypid @Zorlin @jwaibel @mbarcia @AnBuKu

new feature
priority: low
tag: proxy

For unknown reason, the script `/usr/local/lib/resolvconf-static` -- launched by Systemd after having started `resolvconf` (`/etc/systemd/system/resolvconf.service.d/static.conf` contains `ExecStartPost=-/usr/local/lib/resolvconf-static`) -- cannot create `/run/resolvconf/interface/lo.static`: ```bash grep resolvconf-static /var/log/syslog Sep 10 10:55:31 dnsresolver resolvconf-static[485]:...

Packages for backup2l [installs](https://packages.ubuntu.com/focal/all/backup2l/filelist) a [`/etc/cron.daily/zz-backup2l`](https://github.com/gkiefer/backup2l/blob/master/zz-backup2l) which says *Redirect its output if you do not want automatic e-mails after each backup.* This could be an option offered by Debops role.

tag: good first issue
new feature
priority: low
tag: backup

Running the role `debops.unbound` on an Ubuntu 20.04 fails during the handler: ``` [...] RUNNING HANDLER [debops.debops.global_handlers : Check unbound configuration and reload] **************************************************************************************************************************** changed: [dns-resolver-test1] RUNNING HANDLER [debops.debops.global_handlers :...

bug
tag: good first issue
priority: medium
tag: DNS