mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
10 lines
283 B
Django/Jinja
10 lines
283 B
Django/Jinja
server_addr: '0.0.0.0:3054'
|
|
public_addr: '{{ ansible_default_ipv4.address }}:{{ consensus_port }}'
|
|
max_payload_size: 5000000
|
|
gossip_dynamic_inbound_limit: 100
|
|
gossip_static_outbound:
|
|
{% for item in consensus_outbound %}
|
|
- key: {{ item.key }}
|
|
addr: {{ item.addr }}
|
|
{% endfor %}
|