Compare commits

..

8 Commits

Author SHA1 Message Date
Adw8
dc6145f37d Add remote host setup for nitro contracts README 2024-09-09 12:09:02 +05:30
Adw8
d7e657119a Add README steps to deploy nitro contracts on remote machine 2024-09-09 11:51:29 +05:30
Adw8
8f09e44749 Add README steps to run nitro nodes on remote machine 2024-09-09 11:51:29 +05:30
Adw8
17a0ef6c9b Add README steps to run bridge playbook on remote machine 2024-09-09 11:51:29 +05:30
Adw8
e669535ca5 Keep separate gitignore files 2024-09-09 11:51:29 +05:30
Adw8
e5e1a2ff19 Add l2-vars-example file 2024-09-09 11:51:29 +05:30
Adw8
867499769b Add README steps to setup and run L2 on remote machine 2024-09-09 11:51:29 +05:30
88e0b48540 Add ansible playbook to setup and run Nitro bridge (#4)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)
Implement Ansible playbook to:
  - Deploy nitro contracts on L1
  - Deploy bridge contract on L2
  - Setup and run nitro bridge

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Reviewed-on: cerc-io/testnet-ops#4
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
2024-09-09 06:11:31 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
## Setup Remote Hosts
To run the playbooks on a remote machine, follow these steps:
To run the playbook on a remote machine, follow these steps:
- In the [`l2-setup`](./) directory, create a new file named hosts.ini:

View File

@ -6,7 +6,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
## Setup Remote Hosts
To run the playbooks on a remote machine, follow these steps:
To run the playbook on a remote machine, follow these steps:
- In the [`nitro-bridge-setup`](./) directory, create a new file named hosts.ini:

View File

@ -6,7 +6,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
## Setup Remote Hosts
To run the playbooks on a remote machine, follow these steps:
To run the playbook on a remote machine, follow these steps:
- In the [`nitro-contracts-setup`](./) directory, create a new file named hosts.ini:

View File

@ -6,7 +6,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
## Setup Remote Hosts
To run the playbooks on a remote machine, follow these steps:
To run the playbook on a remote machine, follow these steps:
- In the [`nitro-nodes-setup`](./) directory, create a new file named hosts.ini: