mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
16 lines
453 B
YAML
16 lines
453 B
YAML
- hosts: all
|
|
become: true
|
|
vars:
|
|
database_name: "zksync_ext_node_mainnet"
|
|
database_username: "postgres"
|
|
database_password: "notsecurepassword"
|
|
eth_l1_url: "https://ethereum-rpc.publicnode.com"
|
|
main_node_url: "https://zksync2-mainnet.zksync.io"
|
|
l1_chain_id: "1"
|
|
l2_chain_id: "324"
|
|
enable_snapshots_recovery: true
|
|
snapshots_bucket_base_url: "zksync-era-mainnet-external-node-snapshots"
|
|
|
|
roles:
|
|
- external_node
|