We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6823795 commit 39df0e5Copy full SHA for 39df0e5
roles/ceph/templates/ceph.conf.j2
@@ -13,7 +13,7 @@ public_network = {{ ceph_network_public }}
13
private_network = {{ ceph_network_private }}
14
{% endif %}
15
auth allow insecure global id reclaim = false
16
-{% if ceph_ip_address | default(ansible_default_ipv6['address']) | ipv6 %}
+{% if ceph_ip_address | default(ansible_default_ipv6['address'] | default(''), true) | ansible.utils.ipv6 %}
17
ms bind ipv6 = true
18
ms bind ipv4 = false
19
{% else %}
0 commit comments