mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
feat: Add consensus support
This commit is contained in:
9
templates/consensus_config.yaml.j2
Normal file
9
templates/consensus_config.yaml.j2
Normal file
@ -0,0 +1,9 @@
|
||||
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 %}
|
||||
Reference in New Issue
Block a user