Maciej Delmanowski
Maciej Delmanowski
@nathanhruby Hi! Right off the bat the biggest benefit would be to change the default `ansigenome` metadata file. Right now `ansigenome` expects the `ansigenome_info` dict in the `meta/main.yml` of the...
That could probably be done in Jinja template itself with some text transformation... I'll look if that's possible.
Something like this already exists in DebOps - check out [debops.gitusers](https://github.com/debops/ansible-gitusers) role. With it, you can configure an user account with `git-shell` as a default shell and use a set...
Hmmm, live site? Do you have existing SSL certificates for the domain (Let's Encrypt or otherwise)? You can deploy them as [external certificates](https://docs.debops.org/en/latest/ansible/roles/ansible-pki/docs/external-certificates.html) through `debops.pki` role. The scenario would be,...
Keep in mind, that DebOps uses `ansible_fqdn` and `ansible_domain` variables all over the place. The project is designed with [a proper server naming scheme](https://www.mnxsolutions.com/devops/a-proper-server-naming-scheme.html) in mind. With an `example.com` being...
@carlalexander If clients aren't tech-savvy, why do they need access to a UNIX account in the first place? You can create an account in WordPress CMS for them, which probably...
@carlalexander Yeah, you're right, it cannot be changed right now. I guess `debops.sshd` is overdue for an update, I wanted to convert the `sshd_config` file to be assembled from parts;...
You could use `debops.unattended_upgrades` role (included by default in DebOps common playbook) to apply all pending package upgrades and reboot the server **if needed** automatically. It should be safe to...
I can confirm that this happens consistently. The shebang interpreter should be changed to `/bin/bash` to solve this issue. In the meantime, if anybody else looks for the soluton, you...
@stefangweichinger Any tips to what could cause this?