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 bootstrap procedure documented at https://docs.debops.org/en/stable-3.2/introduction/getting-started.html#bootstrap-a-new-host does not work. Running the command `debops run bootstrap --limit server --user root --ask-pass` fails with this error: ``` fatal: [server]: FAILED! => msg:...

### Description Debops does not sign initial commit. ### Steps to reproduce ```bash git config --global user.signingkey ${KEY_ID} git config --global commit.gpgsign true debops project init foo GIT_DIR=foo/.git git log...

I need to specify one or more source IP addresses in the FORWARD chain. By default the rule accept any sources. I don't know if I'm doing wrong and good...

Make sure that `community.rabbitmq.rabbitmq_parameter` gets a proper JSON as the parameter's value

**Description:** I am using the debops.root_account role from the debops.debops collection (installed via Ansible Galaxy). This role leverages the debops.secret role to manage secrets. However, I noticed that the secrets...

Currently the debops.systemd module doesn't have a good way of managing the features of systemd targets that are different from those of other systemd object types. A couple of useful...

On Debian 11 (bullseye) we saw that problem, that the static update was not set at boot time. Restarting the service afterwards showed the expected behavior. It seems, that the...

I've manually provisioned debops to work on a small network of amd64 VMWare guests running Debian 12. I have made no changes to the default configuration other than editing the...

We have different inventories for test and production servers and use the ansible-playbook option "-i/--inventory" to specify which inventory to use. This also worked with debops 2.x.x. With version 2.x.x,...

Looks like there is no `partner` repo for Noble anymore: http://archive.canonical.com/ubuntu/dists/ So maybe `ubuntu-release-partner` in [apt/defaults/main.yml](https://github.com/debops/debops/blob/master/ansible/roles/apt/defaults/main.yml#L495) should be updated accordingly?