1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 11:54:39 +02:00
infrastructure/playbooks/apollo.yml
Florian Pritz ac518769ef apollo: Enable postfix and opendkim
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-11 15:29:47 +02:00

16 lines
728 B
YAML

---
- name: setup apollo
hosts: apollo
remote_user: root
roles:
- { role: common, tags: ['common'] }
- { role: tools, tags: ['tools'] }
- { role: sshd, tags: ['sshd'] }
- { role: root_ssh, tags: ['root_ssh'] }
- { role: borg-client, backup_host: "borg@vostok.archlinux.org", backup_dir: "/backup/apollo", postgres_backup_dir: "/var/lib/postgres/backup", tags: ["borg"] }
- { role: nginx, letsencrypt_validation_dir: "/var/lib/letsencrypt", tags: ["nginx"] }
- { role: planet, planet_domain: "planet.archlinux.org", planet_dir: "/srv/http/planet", tags: ["planet"] }
- { role: opendkim, dkim_selector: apollo, tags: ['mail'] }
- { role: postfix, postfix_server: false, tags: ["mail"] }