Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions .github/workflows/ansible_monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Workflow for setting up monitoring with ansible

on:
workflow_run:
workflows: ["Deploy infrastructure"]
types: [completed]


jobs:
deploy:
name: deploy monitoring stack
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Install Ansible
shell: bash
run: |
sudo apt update
sudo apt install -y ansible

- name: Run Ansible playbook
run: |
cd infrastructure/ansible
ansible-playbook playbook.yaml
5 changes: 0 additions & 5 deletions .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
with:
terraform_version: 1.9.5

- name: Install Ansible
shell: bash
run: |
sudo apt update
sudo apt install -y ansible

- name: Terraform init
run: |
Expand Down
3 changes: 0 additions & 3 deletions application/.dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions application/.env.sample

This file was deleted.

2 changes: 0 additions & 2 deletions application/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions application/LICENSE

This file was deleted.

241 changes: 0 additions & 241 deletions application/README.md

This file was deleted.

Binary file removed application/assets/adminer.png
Binary file not shown.
Binary file removed application/assets/cadvisor.png
Binary file not shown.
Binary file removed application/assets/docs.png
Binary file not shown.
Binary file removed application/assets/frontend.png
Binary file not shown.
Binary file removed application/assets/loki.png
Binary file not shown.
Binary file removed application/assets/npm.png
Binary file not shown.
Binary file removed application/assets/prometheus.png
Binary file not shown.
32 changes: 0 additions & 32 deletions application/backend/.env.sample

This file was deleted.

9 changes: 0 additions & 9 deletions application/backend/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions application/backend/Dockerfile

This file was deleted.

Loading