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