forked from cerc-io/testnet-ops
Add step to fetch asset addresses file in nitro node setup
This commit is contained in:
parent
016fb89444
commit
5b9fec093a
@ -115,3 +115,8 @@
|
|||||||
get_url:
|
get_url:
|
||||||
url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml
|
url: https://git.vdb.to/cerc-io/testnet-laconicd-stack/raw/branch/main/ops/stage2/nitro-node-config.yml
|
||||||
dest: "{{ nitro_directory }}"
|
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 }}"
|
||||||
|
@ -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
|
- Deploy the webapp-deployer API and webapp-deployer UI
|
||||||
|
|
||||||
```bash
|
```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
|
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user