Berkhan Berkdemir
Berkhan Berkdemir
Hi @philpep, We are extensively using TestInfra to test Ansible roles. However, we are using `command` to test `firewalld` rules/services running `command("firewall-cmd ...")`. So, I'd like to see a module...
Hello, I have migrated my Miniflux 2.0.36 instance of off managed PostgreSQL. I guess I successfully ran `pg_restore` without errors. Then I modified `/etc/miniflux.conf` and I set `DATABASE_URL` as a...
GnuCash provides uniform chart of accounts (UCoA) that can be ported to LedgerSMB. I would like to lead this effort as much as possible. Following UCoA can ben found in...
Hi DebOps community, I have had the idea of implementing Jitsi role in DebOps for 5 months since I started my own Ansible roles to provision Debian instances. However, I...
Hello, Since PostgreSQL 10, usage of `serial` is [not recommended]. So, I guess it's better to suggest the usage of `GENERATED BY DEFAULT AS IDENTITY`. First reason PostgreSQL's approach is...
In the current `master` branch of the documentation and the `master` branch of the code, BIND role documentation examples suggest to have views and zones without `state` attribute. However, this...
Miniflux project does not use GPG anymore. With this, having GPG key in there results in errors. Maintainer moved APT repository to another URL. Other than that, Jinja templating wasn't...
This is the first implementation of GitHub Actions to run certain playbooks or roles. All contributions/feedback to this pull requests are also welcome.
This will resolve the crash that happens whenever docker-gen playbook runs.
In SCALE 21x, we discussed about potential improvements in Grafana installation. Currently, we only use OpenWRT dashboard, but it does not highlight overall network status. So, this issue is a...