From 0acc40bc0b2f0ce7a96265778c17c53e4d131e28 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez <56909942+KevJimenez@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:45:12 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 69a079c..526e4f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ [![Ansible Linter](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/ansiblelint.yml/badge.svg)](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/ansiblelint.yml) [![Terraform Linter](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/tflint.yml/badge.svg)](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/tflint.yml) + + +# Automated Virtual Private Server Guide + +## Diagram: +![](/images/iac.png) From 09957a9064edf2691cfc243e3498711fc7c37926 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez <56909942+KevJimenez@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:43:01 +0800 Subject: [PATCH 2/2] Update README.md Added overview and diagrams --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 526e4f5..dddfd2c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ +### Linter Status [![Ansible Linter](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/ansiblelint.yml/badge.svg)](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/ansiblelint.yml) [![Terraform Linter](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/tflint.yml/badge.svg)](https://github.com/KevJimenez/IaC-for-Automation/actions/workflows/tflint.yml) # Automated Virtual Private Server Guide +## Overview +An automated setup of infrastracture with configuration for a web server (uses Amazon EC2 as VPS) using Terraform (IaC) and Ansible (CaC). Can be used to instantly deploy or destroy the web server and the configuration files are checked in to a GitHub repository. Used Github Actions that is run on a local Ubuntu instance for the automation of the whole process. The web server made in this project hosts my personal portfolio site. + +## Diagrams: +- IaC-for-Automation + +![iac](/images/iac.png) + +- Whole CI/CD Pipeline of the Project [(Link to the Hugo Static Repository)](https://github.com/KevJimenez/Hugo-Static) + +![whole](/images/whole.png) + + -## Diagram: -![](/images/iac.png)