1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/patchwork.archlinux.org.yml
2020-12-24 11:36:37 -03:00

23 lines
560 B
YAML

---
- name: setup patchwork.archlinux.org
hosts: patchwork.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"] }
- { role: certbot }
- { role: nginx }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fetchmail }
- { role: postgres }
- { role: sudo }
- { role: uwsgi }
- { role: memcached }
- { role: patchwork }
- { role: fail2ban }
- { role: prometheus_exporters }