[WIP] Automate nitro bridge demo using Ansible #1

Draft
prathamesh wants to merge 7 commits from deep-stack/testnet-ops:ag-nitro-bridge-demo into main
Showing only changes of commit 76adabda96 - Show all commits

View File

@ -10,7 +10,7 @@ The following commands have to be executed in [`nitro-bridge-demo-setup`](./) di
- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command:
NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. If you need to change this location, you can update the `nitro_directory` variable in the [vars.yml](./vars.yml) file.
NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. To change this location, update the `nitro_directory` variable in the [vars.yml](./vars.yml) file.
```bash
LANG=en_US.utf8 ansible-playbook -i localhost, --connection=local run-bridge-demo.yml --extra-vars='{ "target_host": "localhost"}' --user $USER