Skip to content
Snippets Groups Projects
Verified Commit a1d205c9 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

playbooks/mirrors: add firewall role and move wireguard up

The sshd role needs to open a firewall hole and will fail if firewalld
isn't present. Also place the wireguard role right after firewall role
because it is needed by promtail further down.
parent b603540b
No related branches found
No related tags found
1 merge request!602Add new mirrors in Seoul and Sydney
......@@ -3,6 +3,8 @@
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
......@@ -13,5 +15,4 @@
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }
- { role: wireguard }
- { role: geo_dns, when: "'geo_mirrors' in group_names" }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment