Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 5, 2024
2 parents 1dcf7be + 09957a9 commit 57f83fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +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)



0 comments on commit 57f83fe

Please sign in to comment.