1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 17:36:07 +02:00
infrastructure/playbooks/build.archlinux.org.yml
Kristian Klausen 664deb67ab WireGuard all hosts
This is meant as a internal authenticated and encrypted network which we
can use for internal services, we don't want to expose to the internet
or when encryption is desired but not easily implementable.
2021-07-06 20:58:15 +00:00

19 lines
420 B
YAML

---
- name: setup build.archlinux.org
hosts: build.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: archusers }
- { role: sudo, tags: ['archusers'] }
- { role: syncrepo }
- { role: archbuild }
- { role: fail2ban }
- { role: prometheus_exporters }
- { role: promtail }
- { role: wireguard }