1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/gemini.archlinux.org.yml
Jelle van der Waa 08d5975d10
Make gemini really send email
Set up the postfix relayhost functionality correctly.
2020-06-26 14:59:05 +02:00

27 lines
978 B
YAML

---
- name: setup gemini.archlinux.org
hosts: gemini.archlinux.org
remote_user: root
vars:
archweb_db_host: 'apollo.archlinux.org'
dbscripts_commit: '20191022'
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: borg-client, tags: ['borg'] }
- { role: sudo, tags: ['archusers'] }
- { role: zabbix-agent }
- { role: certbot }
- { role: nginx }
- { role: dbscripts, repos_domain: "repos.archlinux.org", repos_rsync_domain: "rsync.archlinux.org", svntogit_repos: "/srv/svntogit/repos", postgres_ssl: 'on', tags: ['archusers'] }
- { role: archweb, archweb_site: false, archweb_services: true, archweb_mirrorcheck_locations: [5, 6] }
- { role: sources, sources_domain: "sources.archlinux.org", sources_dir: "/srv/sources" }
- { role: archive }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban }
- sogrep