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

Hi, This PR adds an option to disable apt purging. Currently, the role automatically purges packages and the only way to prevent it is to set `apt__enabled: false` which is...

Setting `SESSION_FILE_PATH` to `False` has worked for many years but it is not good to derive from upstream config example. We now either set it to `None` or to a...

[nginx] Add `nginx_events_extra_options` for additional directives in `events` context inside `nginx.conf` file. Current template `nginx.conf.j2` doesn't allow to have additional directlves. There are only 2 default `worker_connections` and `multi_accept`

ansible.builtin.file and ansible.builtin.shell. Fixes the errors for ansible-lint in github CI: ``` WARNING Listing 3 violation(s) that are fatal fqcn[action-core]: Use FQCN for builtin module actions (shell). ansible/roles/netbox/tasks/main.yml:225 Use `ansible.builtin.shell`...

This PR is required for roundcube role to keep working after the PHP8 PR is merged That is the old jfcherng/show-folder-size does not support PHP 8 and above. I took...

Cosmetic change to have a consistent style across the script.

Nextcloud 26 requires PHP 8 so this PR depends on https://github.com/debops/debops/pull/2416 to be merged before. Even though this PR does not set the version to 26 on its own so...

This commit removed envvar:: netbox__config_napalm_username ``` commit c6a86bc60a10a4818b3a20d62e408be432612d01 Author: Robin Schneider Date: Sun Jun 11 14:11:31 2023 +0200 feat(netbox): Upgrade from NetBox v3.4.2 to v3.7.2 I checked all the release...

This fixes two minor issues with `openserach`. 1. The role wants to stop the service `opensearch.service` without before checking if it exists, causing a crash at first install. **Fixed** by...