1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/phrik.yml
Jelle van der Waa d9377b5e5b
Add bugbot role to phrik.archlinux.org
Apply more security hardening, add pgp key fetching and verification for
the git repository.
2020-07-11 22:06:35 +02:00

15 lines
280 B
YAML

---
- name: setup phrik bot server
hosts: phrik.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: archusers }
- { role: bugbot }
- { role: phrik }
- { role: sshd }
- { role: unbound }
- { role: root_ssh }