1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 08:22:29 +02:00
infrastructure/playbooks/nymeria.yml
2018-07-06 23:16:44 +02:00

19 lines
1010 B
YAML

---
- name: setup nymeria
hosts: nymeria.archlinux.org
remote_user: root
roles:
- { role: common, tags: ['common'] }
- { role: tools, tags: ['tools'] }
- { role: sshd, tags: ['sshd'] }
- { role: root_ssh, tags: ['root_ssh'] }
- { role: nginx, tags: ["nginx"] }
- { role: postgres, postgres_max_connections: 1000, postgres_shared_buffers: 4096MB,
tags: ['postgres'] }
- { role: uwsgi, tags: ['uwsgi'] }
- { role: opendkim, dkim_selector: nymeria, tags: ['mail'] }
- { role: postfix, postfix_server: false, postfix_smtpd_public: false, tags: ['mail'] }
- { role: memcached, tags: ['memcached'] }
- { role: archweb, archweb_repository: "https://github.com/archlinux/archweb.git", archweb_version: "89f3940a08427895d64df060f37701edb5dffd2e", archweb_server_email: 'archweb-dev@archlinux.org', archweb_services: false, archweb_mirrorcheck: true, archweb_mirrorcheck_locations: [5, 6], archweb_domain: 'archweb-dev.archlinux.org', tags: ["archweb"] }