forked from cerc-io/testnet-ops
Add l2-vars-example file
This commit is contained in:
parent
d682a54086
commit
2b987008a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ nitro-bridge-setup/out
|
||||
nitro-bridge-setup/bridge-vars.yml
|
||||
nitro-nodes-setup/nitro-vars.yml
|
||||
nitro-nodes-setup/out/
|
||||
l2-setup/l2-vars.yml
|
||||
|
||||
@ -35,6 +35,12 @@ To run the playbooks on a remote machine, follow these steps:
|
||||
|
||||
The following commands have to be executed in [`l2-setup`](./) directory
|
||||
|
||||
- Copy the `l2-vars-example.yml` vars file
|
||||
|
||||
```bash
|
||||
cp l2-vars-example.yml l2-vars.yml
|
||||
```
|
||||
|
||||
- Edit [`l2-vars.yml`](./l2-vars.yml) with the required values
|
||||
|
||||
```bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user