debops icon indicating copy to clipboard operation
debops copied to clipboard

DebOps - Your Debian-based data center in a box

Results 323 debops issues
Sort by recently updated
recently updated
newest added

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...

Hi, I have a problem when i'm running debops for service users.yml I have group_vars/mygroup/users.yml and inside users__group_accounts: - name: 'myuser' group: 'myuser' groups: [ 'mygroup' ] shell: /bin/bash and...

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...

When performing `debops project init `, project `roles` directory is created under `ansible/playbooks`, not under `ansible` like below. (tested with debops 3.0.2) ``` . ├── ansible │   ├── collections │  ...

documentation
priority: medium
tag: DebOps script

Hello, I have set up some hosts with a debian-10.11.0-amd64-netinst.iso, and configured them exclusively with debops (3.0.1) for rsyslogd and logrotate after the base installation. Unfortunately it seems that the...

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:...

This: https://github.com/debops/debops/blob/d7130bace17833ae72abaad4c752c6fe10f23058/ansible/roles/postldap/defaults/main.yml#L341-L362 results in a `/etc/postfix/ldap_virtual_forward_maps.cf` file which looks something like this: ``` # This file is managed remotely, all changes will be lost # The virtual_forward_maps setting is used...

before version 14: ``` password_encryption = on ``` in 14: Available values: `md5`, `scram-sha-256` so the role must distinguish between versions and in new version probably use `scram-sha-256` as default...

journald logs this message on Debian 11: ``` apr 19 15:16:52 vpn2 kernel: Kernel parameter elevator= does not have any effect anymore. Please use sysfs to set IO scheduler for...

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...