If something is unclear, update it in the docs directly instead of posting it somewhere on the Internet :)
Questions are arising from time to time on Reedit, GitHub, the DebOps mailing lists, IRC and multipel other places. If the answer to the questions might also benefit other users it should go into the official documentation and then the answer to the question can basically consist of an URL :wink:
So basically a FAQ, that probably could go on the wiki page, which should be made the default debops.org page at some point. Needs a clean up first, at least the front page, and status page should be moved to the wiki as well.
Maybe, instead of the wiki, we could let users ask questions themselfs and if the question is a FAQ could be ranked by the users. I am thinking of a self hosted stackoverflow.
Examples:
- https://answers.tasktools.org/
- https://help.openstreetmap.org/questions/?sort=mostvoted
Software:
- https://meta.stackexchange.com/questions/2267/stack-exchange-clones
This might be indeed better than a wiki. AskBot seems to be an interesting project, it's a Django app which should be easy to handle now, after gaining experience with virtualenv :-) I'll try to write a role for it, see how it goes.
Hey there :wink: Let's Encrypt is using Discourse.
- https://github.com/discourse/discourse
- https://community.letsencrypt.org/
For the record Q&A:
Q: What does debops tools/debug -l <host>?
A: This should dump all of the variables that are present as Ansible facts on the host, as well as variables defined in the Ansible inventory for that host. This way you can see for example, if variables defined for a group are correctly masked or merged with host variables.
BTW, for any AskBot or Discourse tool, DebOps has plenty of VM disk space and bandwidth for traffic offered for free. Awaiting to be used. ;-)
For the record Q&A:
Q: How do you do a distribution update from one Debian version to the next higher?
A: You run the dist-upgrade playbook, reboot the server, then run the site.yml playbook. This procedure might need further testing.
Source IRC 2017-05-03: (13:09:30) drybjed: fabiob_: to be honest, I'm not sure. DebOps is not designed to support dist-upgraded and configured systems (13:09:46) drybjed: what I'm doing is I set up netinst Jessie, then run dist-upgrade, reboot, and then run the playbook