mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Apply more security hardening, add pgp key fetching and verification for the git repository.
15 lines
280 B
YAML
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 }
|