forked from cerc-io/testnet-ops
Add instructions to run Ansible playbooks on remote machines (#5)
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: cerc-io/testnet-ops#5 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
This commit is contained in:
@@ -10,11 +10,11 @@ config:
|
||||
OPTIMISM_DEPLOYER_PK: {{ optimism_deployer_pk }}
|
||||
TOKEN_NAME: {{ token_name }}
|
||||
TOKEN_SYMBOL: {{ token_symbol }}
|
||||
INITIAL_TOKEN_SUPPLY: {{ token_symbol }}
|
||||
NA_ADDRESS: {{ na_address }}
|
||||
VPA_ADDRESS: {{ vpa_address }}
|
||||
CA_ADDRESS: {{ ca_address }}
|
||||
L1_ASSET_ADDRESS: {{ l1_asset_address }}
|
||||
INITIAL_TOKEN_SUPPLY: {{ initial_token_supply }}
|
||||
NA_ADDRESS: "{{ na_address }}"
|
||||
VPA_ADDRESS: "{{ vpa_address }}"
|
||||
CA_ADDRESS: "{{ ca_address }}"
|
||||
L1_ASSET_ADDRESS: "{{ l1_asset_address }}"
|
||||
network:
|
||||
ports:
|
||||
nitro-bridge:
|
||||
|
||||
Reference in New Issue
Block a user