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

I was reading the [docs](https://debops-documentation-testing.readthedocs.io/en/latest/ansible/roles/debops.redis.html?highlight=redis_hosts_master), but these seem outdated. There is no longer a redis role but a redis_server role. I don't see a way to pass extra values to...

documentation
priority: medium

Hello. It would be great if we could have `stream` configuration through the nginx role. [Official example](https://docs.nginx.com/nginx/admin-guide/load-balancer/tcp-udp-load-balancer/)

debops.postgreql postgresql__roles features a parameter that is not or no longer available by the underlying ansible role: priv msg: 'Unsupported parameters for (community.postgresql.postgresql_user) module: priv. Supported parameters include: ca_cert, comment,...

Installed collection `debops.debops` version 3.2.5 through Galaxy and added role `debops.debops.nullmailer` to my existing playbook. Target host is a Debian 12 (bookworm) machine. Running the playbook with Ansible 2.19 from...

Since Debian Bookworm, logrotate is not implemented via cron but with a systemd timer. On previous systems and Ubuntu, the crontab and the systemd timer are both installed. While is...

Introduced by "Change default syslog ident" and should be handled like other version lookups to avoid 'AnsibleUndefinedVariable: ''dict object'' has no attribute ''version'''

Hi! I just made a fresh install of debops according to documentation using pipx with a global install. Afterwards I initialized a new project with `debops project init` I added...

Package [fusiondirectory-schema](https://packages.debian.org/bullseye/fusiondirectory-schema) is no more available in Debian Trixie. Role `slapd` therefore fails at task `Install APT packages with rfc2307bis LDAP schema` (in [prepare_rfc2307bis.yml](https://github.com/debops/debops/blob/master/ansible/roles/slapd/tasks/prepare_rfc2307bis.yml)) which is [enabled by default](https://github.com/debops/debops/blob/master/ansible/roles/slapd/defaults/main.yml#L26).

Selectors were deprecated in ansible-core 2.17.0. See: https://github.com/ansible-collections/community.docker/pull/871

This includes #2416 as it depends on it