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
1 change: 1 addition & 0 deletions .github/workflows/ansible_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y ansible
sudo ansible-galaxy collection install community.docker


- name: create ansible config file
Expand Down
4 changes: 0 additions & 4 deletions infrastructure/ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
dest: /opt/monitoring_app
become: false

- name: Create external docker networks
command: docker network create frontend_network backend_network monitoring_network
ignore_errors: true

- name: Stop and remove existing containers along with volumes(when force restart is true)
command: docker compose -f compose.monitoring.yaml down --volumes
args:
Expand Down