Prathamesh Musale
88e0b48540
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: #4 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
4 lines
76 B
YAML
4 lines
76 B
YAML
target_host: "localhost"
|
|
nitro_directory: ./out
|
|
skip_container_build: false
|