From 87c3e444fc31f407548556150879f9a61373a537 Mon Sep 17 00:00:00 2001 From: oscols <83168314+oscols@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:59:11 +0200 Subject: [PATCH] Task 2: Executable tutorial proposal (oscols + hugomal) (#2488) * Executable tutorial proposal * Added Partner --- .../oscols-hugomal/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/executable-tutorial/oscols-hugomal/README.md diff --git a/contributions/executable-tutorial/oscols-hugomal/README.md b/contributions/executable-tutorial/oscols-hugomal/README.md new file mode 100644 index 0000000000..0ce29411b9 --- /dev/null +++ b/contributions/executable-tutorial/oscols-hugomal/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +Using Ansible for Disaster Recovery automation + +## Names and KTH ID + +- Oscar Olsson (oscols) +- Hugo Malmberg (hugomal) + +## Deadline + +- Task 3 + +## Category + +- Executable tutorial + +## Description +This tutorial will be made in KillerKoda. First there will be an introduction to Configuration Management (CM) and Ansible, as well as what it can be used for. Since CM is often used in the military, the theme of this tutorial will be military weapon systems. More specifically, the user will set up two servers for a missile launch system, one of them being a backup. Then, (totally unexpectedly) a missile launch will be activated and the user most act quickly to abort the launch. To achieve this, Disaster Recovery has to be activated, where the backup server will come to use. + +**Relevance** +CM tools are crucial for DevOps environments since they make it possible to configure the environments via scripts. CM can have great benefits, and is not that costly to implement. Therefore, it's important to have knowledge in how to set up CM tools. And Ansible is one of these tools. The benefits of CM becomes evident due to the fact that it enables Disaster Recovery to be implemented to a project, which can potentially save companies in case emergency strikes. And that is why Disaster Recovery is relevant to CM and DevOps as a whole. \ No newline at end of file