Maciej Delmanowski
Maciej Delmanowski
As you can see [here](https://github.com/debops/examples/blob/master/webhost-gitusers-dokuwiki/ansible/inventory/host_vars/web.yml#L17), webpage is configured on a `dokuwiki.` subdomain. To see it correctly you would need to point that subdomain in DNS to your host. debops.dokuwiki is...
This makes the header kinda big... But I suppose that if there's no other way and the header doesn't work (any idea why?), then we could go with this solution.
I suppose that there would have to be a whole series of videos then, depending on what you already know about Ansible, Debian, server management, etc. I might look into...
Sounds like the role could be based on the [debops.netbox](https://github.com/debops/ansible-netbox/) role which deploys Python application using `virtualenv`.
This looks like Ansible modules were not installed properly, how did you install Ansible?
Right now documentation is stored in role repositories, in `docs/` directory, as `.rst` files. They are then aggregated by https://github.com/debops/docs repository on http://docs.debops.org/. You could probably convert `debops.apt_preferences` role to...
The lookup module does not support includes - this is not an Ansible mechanism, but a custom DebOps lookup plugin. You need to put your tasks in the `nginx/pre_main.yml` file...
@Gomez I believe that @jwaibel has part of this stack, but focused on Graylog.
Right now nothing, but I'll probably look into graylog as well. Right now I'm fighting with Travis to make Ansible v2 work on it.
Just an update, DebOps has now updated `debops.elasticsearch` and `debops.kibana` roles, support for Logstash will probably be added at a later date.