1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 17:21:46 +02:00

Add missing firewalld role

This commit is contained in:
Jelle van der Waa 2021-07-05 22:37:48 +02:00
parent 8d3ed43b21
commit e4ea994c35
No known key found for this signature in database
GPG Key ID: C06086337C50773E

@ -4,6 +4,7 @@
hosts: wiki.archlinux.org
remote_user: root
roles:
- { role: firewalld }
- { role: common }
- { role: tools }
- { role: sshd }