muelli
muelli
I don't think it should ever happen, but I was locked out of my system when using this role. I'm basically trying to ``` - include: ~/.local/share/debops/debops-playbooks/playbooks/common.yml roles: - role:...
The readme file links to https://docs.debops.org/en/latest/ansible/roles/ansible-lxc/docs/ which currently 404s.
I expected the example to have dokuwiki installed, but it's not installed. I guess that the machine needs to be grouped into the debops_dokuwiki group. Also, when loading the machine's...
currently, the documentation states ``` ANSIBLE_SSH_ARGS="-o UserKnownHostsFile=/dev/null" debops ./simpletest.yml ``` that should probably be test.yml as the simpletest.yml file does not exist. Also, I recommend explicitly calling `env` as putting...
I'm following http://docs.debops.org/en/latest/getting-started.html but running `debops bootstrap` fails for me: ``` > debops bootstrap Running Ansible playbook from: /home/muelli/.local/share/debops/debops-playbooks/playbooks/bootstrap.yml ... ERROR: raw is not a legal parameter in an Ansible...
I am trying to use the MySQL role and debops uses the lookup function to locate a password. That, however, does not work when the directory contains spaces. ``` TASK:...
It seems that the currently generated .debops.cfg does not indicate how to make use of the template_src lookup mechanism. It would make debops more discoverable if it showed how to...
Currrently, it uses ``` project="git://github.com/ansible/ansible.git" ``` which is not friendly for people behind a proxy, because setting up git to use the git protocol via a proxy is much more...
For some reason configuring mysqld does not work when the hostname is not all lower case. The work-around is to edit /etc/hostname and /etc/hosts to remove capital letters. This may...
when trying to build ansible: ``` dh_perl -pansible dh_shlibdeps -pansible dh_gencontrol -pansible dpkg-gencontrol: warning: package ansible: unused substitution variable ${python:Versions} dpkg-gencontrol: warning: package ansible: unused substitution variable ${python:Depends} # only...