Vanav

Results 15 issues of Vanav

SPF record (DNS `TXT`) of domain may contain IP addresses, that are not exposed as domains. Also, they may contain domain names, that are not exposed in other ways. SPF...

### Steps to reproduce 1. `db1` is master, `db2` is slave. They are on timeline ID 1 (db1). 2. Split brain happens. Network links are degraded, cluster lost majority in...

Request: ``` > HTTP.post('https://example.com/any', :body => "some") => #"nginx/1.14.2", "Date"=>"Wed, 30 Jan 2019 12:02:30 GMT", "Content-Type"=>"text/html; charset=utf-8", "Content-Length"=>"1564", "Connection"=>"close", "X-Request-Id"=>"6976f707-699c-450b-8f99-fecce91cf9b3", "X-Runtime"=>"0.007562"}> ``` Server log on Nginx: ``` 192.168.241.13 - -...

Format of whois server SUNIC reply has changed.

enhancement
missing-tests
waiting-followup

##### SUMMARY When using variable in `ansible_user`, and the default value `set_remote_user=true`, then we got error: `group_vars/all/default.yml` ``` deploy_user: ubuntu ansible_user: '{{ deploy_user }}' ``` `task.yml` ``` - name: ANSISTRANO...

bug
needs_info

Test result without `--latency-correction`: ``` # ./oha -c 10 -t 5s -z 30s -q 10 --disable-keepalive https://example.com Summary: Success rate: 1.0000 Total: 30.0055 secs Slowest: 2.8308 secs Fastest: 0.7532 secs...

bug

### Overview of the Issue If session is created from Consul Server with empty `NodeChecks`, and this Consul Server loss network, this session is immediately deleted. There is no such...

zabbix_group fails in check mode, if host group is not existing yet. Task: ``` - name: "API | Create host groups" zabbix_group: host_group: - Other servers3 vars: ansible_connection: httpapi ansible_network_os:...

bug
module

### Summary I want to check if VM exists by its name (to workaround another issue #1964). But it fails if VM doesn't exist. ### Steps to Reproduce ``` -...

bug
module
has_pr
plugins
cloud

Some versions ago editor from `EDITOR` environment variable was used. But this were broken in latest versions (#2576). Currently it seems that editor should be already known (`editor_presets.go`) or defined...

bug