Kariton

Results 14 comments of Kariton

beside that, i have the problem that the app 'Talk' is on the user-site the last one, but in an different place on the admin settings (there it is the...

found something that might be useful: https://github.com/HubSpot/jinjava > Java-based template engine based on django template syntax, adapted to render jinja templates [...] and: https://www.npmjs.com/package/jinja-js

Just noticed that my Jinja2 version does not fulfills the requirements. ``` # pip3 install Jinja2 --upgrade ``` ``` ansible [core 2.11.6] python version = 3.6.8 (default, Sep 12 2021,...

Just for anyone looking for an currently working example: `v 0.4.0` ```yaml - template_file: http/default.conf.j2 deployment_location: /etc/nginx/conf.d/name.conf config: upstreams: - name: name_example_com least_conn: true servers: - address: '172.16.20.55:80' weight: 5...

But how do i get an nested location block like this: can anyone help me out? (is that even the best way do configure such location blocks?) ``` location ^~...

Thanks for that reply. I already utilize ``custom_directives`` for ``map`` and ``geo`` type of configuration. But i dont came up with the idea to use them for the entire `location`...

Hey @brunobenchimol, I like your PR and need the ability to use dynamic DNS updates. ATM I loose all dynamic updates when Ansible runs. And then I discovered an issue:...

Another one: First install fails with: ``rndc: connect failed: 127.0.0.1#953: connection refused`` caused by named initially not running. After Starting named manually I got the same error as above. (``rndc:...

Hello @brunobenchimol, First of all: Thanks for your fast reply! > So if i got it properly, you are having issues on the first run of this role because it...

The used `mem*` and `cpu` limits defined in `docker-compose.yml` are just copied from my "bigger" setup. it will work with less resources. but i dont know how low they can...