mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
21 lines
699 B
YAML
21 lines
699 B
YAML
---
|
|
|
|
- name: setup bugs.archlinux.org
|
|
hosts: bugs.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: mariadb, mariadb_innodb_buffer_pool_size: '64M', mariadb_table_open_cache: '256', mariadb_query_cache_type: '0',
|
|
mariadb_innodb_file_per_table: True }
|
|
- { role: sudo }
|
|
- { role: php-fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'] }
|
|
- { role: flyspray }
|
|
- { role: borg-client, tags: ["borg"] }
|
|
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
|
|
- { role: fail2ban }
|