Prof Hase

Results 7 issues of Prof Hase

``` if getattr(settings, "PROMETHEUS_EXPORT_MIGRATIONS", True): ExportMigrations() ``` is a dangerous thing: Within our test configuration we do not set up database credentials (we use a read only database that should...

As of now the variable `FLUENTD_CONF` only allows relative paths, assuming `/fluentd/etc` as base path (implicitly). It would be nice to be able to keep the config both on the...

##### SUMMARY When using template parameter ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION ``` 2.12.2 ``` ##### COLLECTION VERSION ``` 2.2.3 ``` ##### OS /...

needs_info

##### SUMMARY `api_token` is a required parameter for most `hcloud` modules. Apparently one can user `HCLOUD_TOKEN` env for that. It would be nice to have it in the docs /...

### Describe the Bug In overview and view=url (`/websites/?view=url`) the url shows "No data available" , same with Query parameters. Everything else works fine (for example `view=title`) **version=postgresql-v2.8.0** ### Database...

### Describe the bug reconcilliation fails after bootstrap install ``` {"level":"error","ts":"2023-08-29T12:01:22.772Z","msg":"failed to checkout and determine revision: unable to clone 'https://github.com/stefanprodan/podinfo': Get \"https://github.com/stefanprodan/podinfo/info/refs?service=git-upload-pack\": dial tcp: lookup github.com: i/o timeout","controller":"gitrepository","c │ │...

Probably related: https://github.com/ansible-collections/kubernetes.core/issues/115 ##### SUMMARY ```yaml - hosts: localhost connection: local tasks: - name: assure namespace k8s: #definition: "{{ lookup('template', 'namespace.yml') }}" template: namespace.yml vars: name: "myname" ``` throws: ```...

type/bug
verified
needs_research