Skip to content

Commit 6873d02

Browse files
Allow IPv6 address to not exist (#192)
* Allow IPv6 address to not exist
1 parent 673b095 commit 6873d02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelogs/fragments/trivial_192.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
trivial:
3+
- Allow IPv6 address to not exist

roles/icingadb_redis/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ icingadb_redis_packages:
1010
icingadb_redis_protected_mode: 'yes'
1111
icingadb_redis_binds:
1212
- "127.0.0.1"
13-
- "::1"
13+
- "-::1"
1414
icingadb_redis_port: 6380
1515
icingadb_redis_tcp_backlog: 511
1616
icingadb_redis_timeout: 0

0 commit comments

Comments
 (0)