Maciej Delmanowski

Results 397 comments of Maciej Delmanowski

I think that to make the use of multiple entries easier, each configuration entry should be defined as a dict variable in `defaults/main.yml`, so that it can then be used...

I was toying with the idea of adding simple playbook to each role directory which could then be somehow included in main playbook, but this would require writing another required...

Test framework can use custom playbooks and install Ansible Galaxy roles if they are not included in the role dependencies, so if you have to remove some, go ahead. The...

If it's a minimal Debian install not provisioned using DebOps Preseed/LXC scripts, you should use the `bootstrap.yml` playbook to prepare the host for use by Ansible. Run this first: ```...

`python-passlib` is required on the Ansible Controller (the machine you are running Ansible on) to encrypt passwords. This particular task will set the `root` account password to a random ~32...

This script just uses `make deb` command in Ansible source Makefile to create the `.debs`, perhaps try installing Ansible from the Ansible official PPA instead. They should have current packages.

@timitos, do you know if there's a related Debian Bug about this? I don't see any related bugs on the [encfs Debian bug page](https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=0;dist=unstable;ordering=normal;repeatmerged=0;src=encfs), perhaps it would be useful to...

I think that updating EncFS to support piping is the way to go in the long run, but this means that the Debian/Ubuntu packages won't be updated until the next...

@schreon Hello. Have you seen the [Getting Started Guide](http://docs.debops.org/en/latest/debops-playbooks/docs/guides/getting-started.html)? You might have seen only the guide about the scripts, not the default playbook. DebOps is designed for production environment in...

@schreon In that case you need to check the `/var/log/auth.log` on the server to see what might be the issue with `sshd`. You should also check if your SSH key...