mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
added an example
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user