Skip to content

Commit

Permalink
refactor: add base-backend to deployer notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Dec 6, 2024
1 parent 2db24ad commit 07b145e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions ansible/deploy-ooni-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- hosts: backend-hel.ooni.org
roles:
- role: bootstrap
- role: base-backend
- role: nftables
- role: nginx
tags: nginx
Expand Down
7 changes: 0 additions & 7 deletions ansible/roles/bootstrap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
tags:
- nftables

- name: Set the backend host configuration if valid
when: inventory_hostname == 'backend-hel.ooni.org'
ansible.builtin.include_role:
name: base-backend
tags:
- base-backend

- name: Configure journald
tags:
- journald
Expand Down

0 comments on commit 07b145e

Please sign in to comment.