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
3 changed files with 18 additions and 14 deletions
Showing only changes of commit 016fb89444 - Show all commits

View File

@ -1,5 +1,7 @@
# service-provider-setup
This setup has been tested on digitalocean droplets running ubuntu 22.04 LTS
## Prerequisites
- Setup Ansible: follow the [installation](../README.md#installation) guide to setup ansible on your machine
@ -106,6 +108,7 @@
- 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
```

View File

@ -14,10 +14,11 @@
## Setup a user
Execute the following commands in the `user-setup` directory
- Create a new `hosts.ini` file:
```bash
cd user-setup/
cp ../hosts.example.ini hosts.ini
```