Maciej Delmanowski

Results 397 comments of Maciej Delmanowski

The `lxc_host` variable name is unfortunate, `lxc_container` would probably have a clearer meaning as the variable that defines the container name. But, it's in the upstream, so nothing we can...

I'm not convinced that this change is needed as the default, since you can select your preferred `nginx` version in the Ansible inventory, either globally or per host. We would...

> Based on my experience, nginx-light is enough for most cases, and nginx-full is required only for something specific. I will have to check if all roles currently in DebOps...

The `/run/resolvconf/interface/` directory is supposed to be created by `systemd-tmpfiles` service, via the `/usr/lib/tmpfiles.d/resolvconf.conf` configuration file. Can you add in place of the loop, something like: ```bash if ! [...

When `ansible-playbook` executes a playbook, it looks for roles in the `roles/` subdirectory relative to the playbook by default. So, by putting all your playbooks in `ansible/playbooks/`, and roles in...

Hello. I'm looking forward to your proposed roles, let me know if you find any issues or changes that need to happen to make Jitsi work during development.

I don't really use any kind of role templating, all of my roles are done from scratch, sometimes basing parts of them here and here from existing ones. I'm not...

These variables are used as [configuration for the `keyring` role](https://github.com/debops/debops/blob/master/ansible/roles/gitlab_runner/defaults/main.yml#L733-L734) which takes care of setting up APT repositories and importing GPG keys for them. If you want to use the...

We can use `ansible_architecture` to select the pid_max value, sure. Can you list the architectures that are affected, so we can select the proper value conditionally? Also, do you have...

I'm not sure if this should be solved on the `nginx` level. How would this impact shared folders/files between users? Do they still show up over WebDAV with `nginx` protection...