Skip to content

Commit

Permalink
Allow IPv6 address to not exist (Icinga#192)
Browse files Browse the repository at this point in the history
* Allow IPv6 address to not exist
  • Loading branch information
christoph2497 authored Oct 10, 2023
1 parent 673b095 commit 6873d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/trivial_192.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
trivial:
- Allow IPv6 address to not exist
2 changes: 1 addition & 1 deletion roles/icingadb_redis/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icingadb_redis_packages:
icingadb_redis_protected_mode: 'yes'
icingadb_redis_binds:
- "127.0.0.1"
- "::1"
- "-::1"
icingadb_redis_port: 6380
icingadb_redis_tcp_backlog: 511
icingadb_redis_timeout: 0
Expand Down

0 comments on commit 6873d02

Please sign in to comment.