From 0a67d3349365e4608fce20a0f6323b7a2c17a88f Mon Sep 17 00:00:00 2001 From: Mikkel Troels Kongsted Date: Tue, 31 Mar 2026 16:24:35 +0200 Subject: [PATCH] start working on ansible deployment --- backend/deployment_automation/install.yml | 3 +++ backend/deployment_automation/inventory | 1 + 2 files changed, 4 insertions(+) create mode 100644 backend/deployment_automation/install.yml create mode 100644 backend/deployment_automation/inventory diff --git a/backend/deployment_automation/install.yml b/backend/deployment_automation/install.yml new file mode 100644 index 0000000..ac36617 --- /dev/null +++ b/backend/deployment_automation/install.yml @@ -0,0 +1,3 @@ + +- hosts: all + become: true \ No newline at end of file diff --git a/backend/deployment_automation/inventory b/backend/deployment_automation/inventory new file mode 100644 index 0000000..b68d70e --- /dev/null +++ b/backend/deployment_automation/inventory @@ -0,0 +1 @@ +mtk@10.133.51.127 \ No newline at end of file