Add Ansible role for shopping-list-api deployment
Some checks failed
CI / test (push) Successful in 48s
CI / docker-push (push) Failing after 1m50s

This commit is contained in:
Lennie S.
2026-04-12 01:16:26 +00:00
parent cd05db0df0
commit 770394014c
7 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Deploy Shopping List API
hosts: shopping_list_api
become: true
roles:
- shopping_list_api