-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
42 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
--- | ||
- hosts: backend-hel.ooni.org | ||
roles: | ||
- role: base-bookworm | ||
- role: bootstrap | ||
- role: nftables | ||
- role: nginx-buster | ||
- role: nginx | ||
tags: nginx | ||
vars: | ||
nginx_user: "www-data" | ||
- role: dehydrated | ||
tags: dehydrated | ||
expand: yes | ||
ssl_domains: | ||
# with dehydrated the first entry is the cert FQDN | ||
# and the other ones are alternative names | ||
- "backend-hel.ooni.org" | ||
vars: | ||
ssl_domains: | ||
# with dehydrated the first entry is the cert FQDN | ||
# and the other ones are alternative names | ||
- "backend-hel.ooni.org" | ||
- role: ooni-backend | ||
ssl_domain: backend-hel.ooni.org | ||
vars: | ||
ssl_domain: backend-hel.ooni.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Configure base host based on backend hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- name: reload nftables | ||
tags: nftables | ||
ansible.builtin.systemd_service: | ||
name: nftables | ||
state: reloaded | ||
|
||
- name: restart chrony | ||
ansible.builtin.systemd: | ||
name: chrony.service | ||
state: restarted | ||
|
||
- name: restart netdata | ||
ansible.builtin.systemd: | ||
name: netdata.service | ||
state: restarted |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.