From e5e1a2ff19720c3778f630360c9094d63274fa41 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Thu, 5 Sep 2024 16:01:47 +0530 Subject: [PATCH] Add l2-vars-example file --- .gitignore | 2 ++ l2-setup/README.md | 6 ++++++ l2-setup/{l2-vars.yml => l2-vars-example.yml} | 0 3 files changed, 8 insertions(+) rename l2-setup/{l2-vars.yml => l2-vars-example.yml} (100%) diff --git a/.gitignore b/.gitignore index 9fe7a7d..f2f70c6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ nitro-nodes-setup/nitro-vars.yml nitro-nodes-setup/out nitro-contracts-setup/out nitro-contracts-setup/contract-vars.yml +nitro-nodes-setup/out/ +l2-setup/l2-vars.yml diff --git a/l2-setup/README.md b/l2-setup/README.md index 1acbf3e..3052ceb 100644 --- a/l2-setup/README.md +++ b/l2-setup/README.md @@ -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 diff --git a/l2-setup/l2-vars.yml b/l2-setup/l2-vars-example.yml similarity index 100% rename from l2-setup/l2-vars.yml rename to l2-setup/l2-vars-example.yml