Add instructions to run Ansible playbooks on remote machines #5

Merged
nabarun merged 14 commits from deep-stack/testnet-ops:ag-run-remote into main 2024-09-09 13:37:42 +00:00
4 changed files with 9 additions and 1 deletions
Showing only changes of commit e669535ca5 - Show all commits

3
l2-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
out
hosts.ini
l2-vars.yml

3
nitro-bridge-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
out
bridge-vars.yml
hosts.ini

View File

@ -1,3 +1,3 @@
target_host: "localhost"
nitro_directory: ./out
nitro_directory: out
skip_container_build: false

2
nitro-nodes-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
nitro-vars.yml
out