Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infrastructure lvl 2 #385

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d87f756
Simplicity Removals
Pokfinner Dec 9, 2024
a00e9fd
readding healthchecks
Pokfinner Dec 9, 2024
4e2b397
first row of fixes (dockerfiles and docker-compose)
Pokfinner Dec 13, 2024
89b9590
fixing docker compose
InstructorDiogo Dec 17, 2024
3ff62b6
Adding Terraform configurations + started Ansible configurations
GhenaCadin Dec 18, 2024
35049b9
adding terraform and ansible configurations
GhenaCadin Dec 19, 2024
23d4751
fixing worker
InstructorDiogo Dec 22, 2024
d347eb9
project-1-fixed
InstructorDiogo Dec 22, 2024
5ca75b3
ansible and terraform
GhenaCadin Dec 22, 2024
f86b4f1
new ansible upgrades
GhenaCadin Dec 22, 2024
cb58f7a
updates to ansible DB configuration + terraform db update
GhenaCadin Dec 22, 2024
60aa952
just some adjustments and cleaning
GhenaCadin Dec 22, 2024
47dfc59
Ansible redis and worker setup; Change user mode task added in all pl…
GhenaCadin Dec 22, 2024
f0020fa
updated inventory.ini
GhenaCadin Dec 23, 2024
d395362
updates on ansible and Dockerfiles and vote app.py
GhenaCadin Dec 23, 2024
7d1985f
updates on ansible configurations
GhenaCadin Dec 23, 2024
21b4424
merging infrastructure_lvl_1 changes into this branch
GhenaCadin Dec 28, 2024
e0ff93f
updated terraform - backend+db moved to private subnet and sg, added …
GhenaCadin Dec 28, 2024
1298624
updated ansible configurations (frontend acts as bastion);(still need…
GhenaCadin Dec 29, 2024
4399b84
updates on ansible playbooks + small changes to terraform
GhenaCadin Dec 30, 2024
638a248
updated ansible playbooks
GhenaCadin Dec 31, 2024
f141cd5
The final Ansible coonfigurations update. App works on AWS infrastruc…
GhenaCadin Jan 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .gitattributes

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE

This file was deleted.

7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-result.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-vote.yaml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/workflows/call-docker-build-worker.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ bin/
obj/
.vs/
node_modules/
.terraform.lock.hcl
terraform.tfstate
terraform.tfstate.backup
.terraform/
dump.rdb
voting-app-key.pem
20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions MAINTAINERS

This file was deleted.

Loading