Add step to fetch asset addresses in nitro-node playbook #15

Merged
nabarun merged 3 commits from deep-stack/testnet-ops:ag-update-readme into main 2024-10-24 12:03:43 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 5b9fec093a - Show all commits

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