Add Ansible playbooks to setup Docker and stack orchestrator (#6)

Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568)

Add Ansible playbooks to:
- Setup Docker if not present
- Setup Stack Orchestrator if not present

Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
Co-authored-by: Neeraj <neeraj.rtly@gmail.com>
Reviewed-on: #6
Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
This commit was merged in pull request #6.
This commit is contained in:
2024-09-12 04:43:53 +00:00
committed by nabarun
co-authored by Adw8 Neeraj
parent 23f3a4c8ed
commit cd314d2fdf
9 changed files with 255 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ To run the playbook on a remote host:
The following commands have to be executed in [`nitro-nodes-setup`](./) directory
- Copy the `nitro-vars-example.yml` vars file
- Copy the `nitro-vars.example.yml` vars file
```bash
cp nitro-vars.example.yml nitro-vars.yml