Add step to fetch asset addresses file in nitro node setup

This commit is contained in:
Adw8 2024-10-24 10:31:27 +05:30
parent 016fb89444
commit 5b9fec093a
2 changed files with 5 additions and 1 deletions

View File

@ -115,3 +115,8 @@
get_url:
url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml
dest: "{{ nitro_directory }}"
- name: Fetch required asset addresses
get_url:
url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/assets.json
dest: "{{ nitro_directory }}"

View File

@ -108,7 +108,6 @@ This setup has been tested on digitalocean droplets running ubuntu 22.04 LTS
- Deploy the webapp-deployer API and webapp-deployer UI
```bash
# TODO: Check if `--user` can be removed
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
```