Add instructions to run Ansible playbooks on remote machines #5

Merged
nabarun merged 14 commits from deep-stack/testnet-ops:ag-run-remote into main 2024-09-09 13:37:42 +00:00
3 changed files with 8 additions and 0 deletions
Showing only changes of commit e5e1a2ff19 - Show all commits

2
.gitignore vendored
View File

@ -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

View File

@ -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