We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd33c5 commit 397beb5Copy full SHA for 397beb5
infrastructure/ansible/tasks/install_ipfs_docker_tasks.yaml
@@ -39,7 +39,7 @@
39
ipfs config Pinning.Recursive true
40
mode: "0755"
41
42
-- name: debug private_ipfs
+- name: Debug private_ipfs
43
ansible.builtin.debug:
44
msg: "Got private_ipfs={{ private_ipfs }}"
45
@@ -101,7 +101,8 @@
101
name: "ipfs"
102
hostname: "ipfs"
103
image: "quay.io/labdao/ipfs:{{ ipfs_version }}-ds-s3-3box"
104
- # env:
+ env:
105
+ LIBP2P_FORCE_PNET: "{% if private_ipfs is defined and private_ipfs | bool %}1{% else %}0{% endif %}"
106
# All this is now in template
107
# AWS_REGION: "us-east-2"
108
# CLUSTER_S3_BUCKET: "labdao-ipfs-bucket-{{ ansible_ec2_tags_instance_Env | lower }}"
0 commit comments